浏览代码

Merge branch 'master' of http://git.liuniu946.com/Kirin/zccy

zxhxx 3 年之前
父节点
当前提交
e87e570320
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/admin/controller/order/StoreOrder.php

+ 1 - 1
app/admin/controller/order/StoreOrder.php

@@ -1221,7 +1221,7 @@ class StoreOrder extends AuthController
             }
             }
             Json::fail('支付失败');
             Json::fail('支付失败');
         } else {
         } else {
-            Json::fail('加入购物车失败');
+            Json::fail('加入购物车失败:'.StoreCart::getErrorInfo());
         }
         }
     }
     }