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