Kirin 2 anni fa
parent
commit
51f323d7d6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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('支付失败');
         } else {
-            Json::fail('加入购物车失败');
+            Json::fail('加入购物车失败:'.StoreCart::getErrorInfo());
         }
     }