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

4

... ... @@ -106,7 +106,6 @@ 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;
}
... ...