//判断当前访问页面是手机端还是移动端 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
您是否曾经遇到过买房的困扰?或许是因为信息不全,或许是因为销售管理混乱,这都会让购房者感到无所适从。然而,有了房地产销售管理信息系统,这些问题将迎刃而解。
2024-07
在当今数字化的时代,房地产企业也在积极探索数字化系统的应用,以提升企业效率和竞争力。房企数字化系统作为一种整体解决方案,可以将企业内部各个环节进行数据化处理和管理,实现信息互联互通
2024-07
房企来访登记软件是一款为房地产企业打造的管理工具,它可以帮助房企更加高效地进行客户来访登记和管理,提升客户体验和企业形象。随着房地产市场的发展,房企需要处理大量的客户来访信息,而传
2024-07
现如今,人脸识别技术已经广泛应用于各个领域,其中一项备受关注的应用就是人脸判客软件。随着互联网的发展和用户需求的提升,开发商将人脸判客软件进行收费变得越来越普遍。
2024-07
房地产管理的系统,是指对房地产项目进行综合管理和数据化处理的软件系统。随着房地产行业的快速发展和数字化转型,房地产管理的系统也逐渐成为了房地产企业不可或缺的工具。那么,房地产管理的
2024-07
当下房地产市场发展迅猛,线上售楼越来越成为购房者的首选方式。那么,房地产线上售楼费用又是多少呢?下面,本文将从几个方面详细阐述。
CopyRight © 2022 世诚云 All rights reserved. 赣ICP备2021005147号-2