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

5

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