//判断当前访问页面是手机端还是移动端 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-10
这个问题问到了核心。使用售楼管理软件,绝不仅仅是为了“赶时髦”或“无纸化”,而是现代房地产销售中一项至关重要的战略性投资。
2025-10
智慧售楼系统的核心价值正是通过数字化、智能化的手段,提升管理效率,最终促进成交。它已经从一个简单的管理工具,演变为驱动房地产销售增长的“核心引擎”。
2025-10
做好一个线上售楼处,远不止是把线下内容搬到网上那么简单。它核心是打造一个集品牌展示、内容营销、即时互动、私域沉淀和数据分析于一体的数字化营销枢纽。
2025-10
这是一个专门为房地产售楼处(案场)设计的一体化数字管理平台,核心目标是赋能销售、提升管理效率、防范飞单风险、并数据驱动决策。
2025-10
售楼处管理软件(房地产CRM/案场管理系统)的功能非常全面,它围绕房地产销售的整个生命周期,旨在提升效率、规范流程、防范风险并促进成交。
2025-10
案场渠道风控系统是房地产营销的“生命线”,选对了能堵住佣金漏洞、杜绝内外部作弊、提升渠道积极性,直接保护项目的利润。选错了则后患无穷。
CopyRight © 2022 世诚云 All rights reserved. 赣ICP备2021005147号-2