//动态加载 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('
小军头像
小军微信

微信扫我有优惠

小军

13074078886

');document.write('
'); document.write('
');document.write('
梅子头像
梅子微信

微信扫我有优惠

梅子

18654067773

');document.write('
'); document.write('
');document.write('
陈晨头像
陈晨微信

微信扫我有优惠

陈晨

18609668883

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

微信扫我有优惠

小梁

13074068887

');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)