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","/images/default/css_pc.css"); document.head.appendChild(linkNode); //加载js var scriptNode = document.createElement("script"); scriptNode.setAttribute("type", "text/javascript"); scriptNode.setAttribute("src", "../../js/index.min.js"); document.head.appendChild(scriptNode); }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","/images/default/css_wap.css"); document.head.appendChild(linkNode); //加载js var scriptNode = document.createElement("script"); scriptNode.setAttribute("type", "text/javascript"); scriptNode.setAttribute("src", "../../js/phone.min.js"); document.head.appendChild(scriptNode); } } browserRedirect();//调用判断当前访问页面是手机端还是移动端
技术赋能地产营销
项目全方位展示,集合VR全景、视频、图片、户型、楼书、动态、地图导航等;
私有宣传阵地,没有友商项目干扰;
支持多项目展示,多项目互相引流,圈住成交。
一人一码,专属二维码和分享海报,一人一个线上售楼部;
可分享海报,也可以直接分享小程序;
谁分享,谁获客,客户直接关联给分享的置业顾问,打破大锅饭,充分调动置业顾问积极性。
客户一键无感留电,留电抗性低,号码准确无误;
建立私域流量池,节省渠道费用。
线上售楼处和客户管理系统打通,获客后自动进入置业顾问的移动销售端,不丢客户;
客户来源标记为线上售楼部,一键查看获客统计分析报表。
客户到访售楼部自行扫码签到,客户留电抗性低,不怕虚假号码;
签到时线上售楼部小程序同时装进了客户手机,客户可随时查看咨询。
CopyRight © 2022 世诚云 All rights reserved. 赣ICP备20010289号-1 赣公网安备36010902001091号