function getCurrentCustomerServiceHtml() { var html=''; html += '
'; if(currentCustomerService_isLogin&¤tCustomerService_CSUserItem){ html+='
'; html+='专属纤体顾问:'+currentCustomerService_FrontName+',电话:\"电话\"\"点击直接交谈\"/'; html+='
'; }else{ html+='
'; html+='申请专属纤体顾问:\"电话\"\"点击直接交谈\"/'; html+='
'; } html += '
'; document.write(html); } var currentCustomerService_isLogin=false;var currentCustomerService_CSUserItem = false;var currentCustomerService_QQ ='';var currentCustomerService_FrontName ='';