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

4

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