//判断当前访问页面是手机端还是移动端 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();
2025-08
面对房地产市场竞争激烈,售楼部客户报备系统成为提升业绩的关键工具。在实际应用中,该系统也存在着一些缺点和不足,阻碍着其发挥最大效用。本文将深入分析售楼部报备系统的常见问题,为改进和
2025-08
买房是人生中的大事,在买新房的时候,很多人都会选择提前进行报备,以获取更多的楼盘信息和优惠。那么新房报备有哪些渠道呢?这里为你介绍几个方便快捷的报备渠道,让你轻松获取心仪楼盘的信息
2025-08
在房地产行业竞争日益激烈的今天,高效的销售管理至关重要。售楼软件管理系统(售楼系统app)不再是简单的信息记录工具,而是提升销售效率、优化客户关系、最终实现业绩增长的关键利器。它如同一
2025-08
在房地产销售领域,人脸识别技术的应用正逐渐成为一种趋势。房地产售楼部人脸识别系统,不仅能为售楼部提供安全保障,还能辅助销售管理,提升购房者的体验感。那么,房地产销售人脸识别解决方案
2025-08
售楼处电话铃声此起彼伏,每声铃响都承载着购房者的期待与梦想。在新疆,一家专业的房地产公司正用心服务着每一位客户。从客户咨询到看房选房,再到签约购房,售楼系统电话成为贯穿全程的重要纽
2025-08
房天下线上售楼处,是房天下网站推出的一项在线看房服务。在这个互联网高速发展的时代,足不出户就能360°全方位了解意向楼盘,打破了空间和时间的限制,为用户提供了一个便捷、高效的选房新方
CopyRight © 2022 世诚云 All rights reserved. 赣ICP备2021005147号-2