作者 anyv
1 个管道 的构建 通过 耗费 0 秒

4

@@ -166,7 +166,7 @@ @@ -166,7 +166,7 @@
166 */ 166 */
167 function sure_to(){ 167 function sure_to(){
168 money = $('#money').val(); 168 money = $('#money').val();
169 - if(money = ''){ 169 + if(money == ''){
170 alert('提现不能为空'); 170 alert('提现不能为空');
171 }else if(money < 0){ 171 }else if(money < 0){
172 alert('提现金额错误'); 172 alert('提现金额错误');