//动态加载 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('
杨宇青头像
杨宇青微信

微信扫我有优惠

杨宇青

13660154993

');document.write('
'); document.write('
');document.write('
刘 田头像
刘 田微信

微信扫我有优惠

刘 田

15899971756

');document.write('
'); document.write('
');document.write('
许美玲头像
许美玲微信

微信扫我有优惠

许美玲

13435612749

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

微信扫我有优惠

苏小碧

18924042214

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

微信扫我有优惠

董小露

13660337255

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

微信扫我有优惠

梁惠玲

18903014514

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