//判断当前访问页面是手机端还是移动端 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-09
明源云售楼管理系统是一款专为房地产行业打造的高效管理工具。通过该系统,房地产企业可以实现对售楼部的全面管理,提升销售效率和客户满意度。明源云房地产系统以其强大的功能和灵活的应用方式
2024-09
抖音房产是一个非常火爆的话题,越来越多的人开始在抖音上发布房产相关的内容。而为了吸引更多的用户,设置一个好的抖音房产活动页面是非常重要的。本文将从几个方面介绍如何设置抖音房产活动页
2024-09
房地产拓客工作是一个具有挑战性的任务,需要借助各种策略和技巧来吸引潜在客户。由于市场竞争激烈,房地产拓客工作也面临着一些难题。本文将从几个方面对房地产拓客工作的难题进行总结和分析。
2024-09
房地产行业一直是一个竞争激烈的市场,拓客引流成为了房地产企业不可或缺的一环。在如今信息爆炸的时代,如何通过各种手段吸引潜在客户,成为了房地产企业争夺市场份额的关键之一。本文将从几个
2024-09
春节是中国最重要的传统节日之一,也是人们团聚、欢庆的时刻。由于疫情的原因,今年的春节将不同于往年,人们需要遵守防疫措施,减少聚集活动。在这样的背景下,售楼部线上活动成为了一种新的选
2024-09
一个好的小区环境是吸引人们前来的重要因素。小区物业可以加大对绿化、卫生等方面的投入,提升小区整体形象。可以组织一些环保公益活动,如植树节、清洁日等,吸引社区居民积极参与,增强小区凝
CopyRight © 2022 世诚云 All rights reserved. 赣ICP备2021005147号-2