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

25

... ... @@ -106,6 +106,7 @@ class SalesmangoodsController extends WeChatBaseController{
if(count($salesman_goods)>=8){
return 3;
}
dump($_POST['money']);dump($_POST['price']);die;
if($_POST['money']>$_POST['price']){
return 2;
}
... ...
... ... @@ -513,7 +513,7 @@
}else{
alert('添加失败');
}
}
}
});
}
... ...