//判断当前访问页面是手机端还是移动端 function browserRedirect() { var sUserAgent = navigator.userAgent.toLowerCase(); var bIsIpad = sUserAgent.match(/ipad/i) == "ipad"; var bIsIphoneOs = sUserAgent.match(/iphone os/i) == "iphone os"; var bIsMidp = sUserAgent.match(/midp/i) == "midp"; var bIsUc7 = sUserAgent.match(/rv:1.2.3.4/i) == "rv:1.2.3.4"; var bIsUc = sUserAgent.match(/ucweb/i) == "ucweb"; var bIsAndroid = sUserAgent.match(/android/i) == "android"; var bIsCE = sUserAgent.match(/windows ce/i) == "windows ce"; var bIsWM = sUserAgent.match(/windows mobile/i) == "windows mobile"; if (!(bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM) ){ //电脑端 //加载css var linkNode = document.createElement("link"); linkNode.setAttribute("rel","stylesheet"); linkNode.setAttribute("type","text/css"); linkNode.setAttribute("href","https://oss.21it.com/www.21it.cn/images/default/css_pc.css"); document.head.appendChild(linkNode); }else{ //手机端 //加载css var oMeta = document.createElement('meta'); oMeta.name = 'viewport'; oMeta.content = 'width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no'; document.getElementsByTagName('head')[0].appendChild(oMeta); var linkNode = document.createElement("link"); linkNode.setAttribute("rel","stylesheet"); linkNode.setAttribute("type","text/css"); linkNode.setAttribute("href","https://oss.21it.com/www.21it.cn/images/default/css_wap.css"); document.head.appendChild(linkNode); } } browserRedirect();
2024-07
在楼盘销售中,人脸识别技术的应用越来越广泛。楼盘AI人脸识别不仅为楼盘提供了更高的安全性,也为用户提供了更加便捷和高效的体验。本文将从楼盘AI人脸识别的背景、优势、应用场景、未来发展等
2024-07
你是否了解到,随着房地产市场的快速发展,楼盘销售已经从传统的办公室搬到了案场?案场,作为房地产项目销售的重要一环,发挥着至关重要的作用。而一款高效的案场营销管理软件,无疑会提升案场
2024-07
在当今房地产市场竞争激烈的背景下,房企需要创新的智能化营销管理系统来提升自身的竞争力。案场智能营销管理系统就是应运而生的一种解决方案。通过利用先进的信息技术,案场智能营销管理系统可
2024-07
现如今,随着科技的不断进步和人们购房需求的不断增长,数字售楼软件的使用越来越受到关注。那么,数字售楼软件多少钱呢?本文将从几个方面详细阐述数字售楼软件的价格问题。
2024-07
随着房地产行业的快速发展,房地产项目管理变得日益复杂。为了更好地管理和运营楼盘,房产楼盘管理系统应运而生。本文将对房产楼盘管理系统报价进行详细阐述。
2024-07
很多房产销售人员每天都非常努力地工作,忙忙碌碌,也取得了不少业绩,但是一个月下来却所得甚少。主要原因在于平均对待客户,没有集中精力攻克那20%的优质客户。根据80/20法则,针对优质客户的
CopyRight © 2022 世诚云 All rights reserved. 赣ICP备2021005147号-2