作者 xiaohu thinkpad
@@ -81,13 +81,15 @@ @@ -81,13 +81,15 @@
81 layer.msg(res.msg); 81 layer.msg(res.msg);
82 window.location.href="/user/profile/percenter"; 82 window.location.href="/user/profile/percenter";
83 } 83 }
  84 + },
  85 + error:function(err){
  86 + click_num=0;
84 } 87 }
85 }); 88 });
86 } 89 }
87 }else{ 90 }else{
88 layer.msg("请勿重复评价"); 91 layer.msg("请勿重复评价");
89 } 92 }
90 -  
91 }); 93 });
92 })(window, jQuery) 94 })(window, jQuery)
93 </script> 95 </script>