var pageScore=0; jQuery("#star").raty({ score: 0, starHalf:'https://file.jingdiao.com/website/jingdiao/cn/images/common/star-half.svg', starOff: 'https://file.jingdiao.com/website/jingdiao/cn/images/common/star-off.svg', starOn:'https://file.jingdiao.com/website/jingdiao/cn/images/common/star-on.svg', half: true, space: false, click: function(score) { pageScore=score; jQuery.post("/contact-us/User/User/pageRating", { pageScore: pageScore, content: '', title: document.title, url: window.location.href },function(data){ alertify.set({ delay : 3000 }); if(data==='ok'){ alertify.success("

鎴愬姛閫氱煡

闈炲父鎰熻阿鎮ㄥ湪蹇欑鐨勬椂闂翠腑涓烘垜浠彁渚涘疂璐电殑鍙嶉锛?/p>"); }else{ alertify.success("鎻愪氦澶辫触锛岃閲嶆柊灏濊瘯锛?); } }) } }); jQuery("#page-rating-submit").click(()=>{ jQuery("#page-rating-submit").attr('disabled','disabled'); let content=jQuery("#page-rating-textarea").val(); jQuery.post("/contact-us/User/User/pageRating", { pageScore: pageScore, content: content, title: document.title, url: window.location.href },function(data){ alertify.set({ delay : 3000 }); if(data==='ok'){ alertify.success("

鎴愬姛閫氱煡

闈炲父鎰熻阿鎮ㄥ湪蹇欑鐨勬椂闂翠腑涓烘垜浠彁渚涘疂璐电殑鍙嶉锛?/p>"); }else{ alertify.success("鎻愪氦澶辫触锛岃閲嶆柊灏濊瘯锛?); } jQuery("#page-rating-submit").removeAttr('disabled') }) });