//動態(tài)加載 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('
董小露頭像
董小露(lù)微信

微信掃我有優惠

董小露

13660337255

');document.write('
'); document.write('
');document.write('
梁惠玲頭(tóu)像
梁惠玲微信

微信掃我有優惠

梁惠玲

18903014514

');document.write('
'); document.write('
');document.write('
楊宇青頭像
楊宇(yǔ)青微信

微信掃我有優惠

楊(yáng)宇青

13660154993

');document.write('
'); document.write('
');document.write('
劉 田頭像
劉 田微信

微(wēi)信掃我有優惠

劉 田

15899971756

');document.write('
'); document.write('
');document.write('
許美玲頭像
許美玲微信

微信掃我有(yǒu)優惠

許美玲

13435612749

');document.write('
'); document.write('
');document.write('
蘇小碧頭像
蘇小碧微信

微(wēi)信掃我有優惠

蘇小碧

18924042214

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