//动态加载 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('
王顺鸾头像
王顺鸾微信

微信扫我有优惠

王顺鸾

13777550843

');document.write('
'); document.write('
');document.write('
张林枫头像
张林枫微信

微信扫我有优惠

张林枫

13806504065

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

微信扫我有优惠

廖 婷

18357117649

');document.write('
'); document.write('
');document.write('
王涌翔头像
王涌翔微信

微信扫我有优惠

王涌翔

13858030355

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