//动态加载 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('
何经理头像
何经理微信

微信扫我有优惠

何经理

13488941285

');document.write('
'); document.write('
');document.write('
干经理头像
干经理微信

微信扫我有优惠

干经理

13980725325

');document.write('
'); document.write('
');document.write('
谭经理头像
谭经理微信

微信扫我有优惠

谭经理

13541268313

');document.write('
'); document.write('
');document.write('
冉经理头像
冉经理微信

微信扫我有优惠

冉经理

13666107389

');document.write('
'); document.write('
');document.write('
叶经理头像
叶经理微信

微信扫我有优惠

叶经理

13458649892

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