//動態加載 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('
梁惠玲頭像
梁惠玲微信

微信掃我有優惠

梁惠玲

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

微信掃我有優惠

楊宇青

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

微信掃我有優惠

劉?田

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

微信掃我有優惠

許美玲

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

微信掃我有優惠

蘇小碧

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

微信掃我有優惠

董小露

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