//动态加载 function loadScript(url,callback){ var script = document.createElement("script") script.type = "text/javascript"; if (script.readyState){//IE script.onreadystatechange = function(){ if (script.readyState == "loaded" || script.readyState == "complete"){ script.onreadystatechange = null; callback(); } }; } else { //Others: Firefox, Safari, Chrome, and Opera script.onload = function(){ callback(); }; } script.src = url; document.body.appendChild(script); } function online_show() { if(document.getElementById("XYHOnlineView")){ new scrollx({id:"XYHOnlineView",l:-0.01,t:30,f:1,m:0}); } } document.write(''); document.write(''); document.write('
'); document.write('
'); document.write('
'); document.write('
客服
');document.write('
');document.write('
王小姐头像
王小姐微信

微信扫我有优惠

王小姐

13857117587

');document.write('
'); document.write('
');document.write('
张先生头像
张先生微信

微信扫我有优惠

张先生

13732213227

');document.write('
'); document.write('
');document.write('
廖小姐头像
廖小姐微信

微信扫我有优惠

廖小姐

17367118327

');document.write('
'); document.write('
');document.write('
王先生头像
王先生微信

微信扫我有优惠

王先生

13216173197

');document.write('
'); document.write('
');document.write('
');document.write('
产品搜索
');document.write('
');document.write('
');document.write('
');document.write('
');document.write('
');loadScript("/Data/static/js_plugins/online/scrollx.js",online_show)