Kirin 3 years ago
parent
commit
7444cbd9db
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/admin/view/store/placeorder/index.php

+ 1 - 0
app/admin/view/store/placeorder/index.php

@@ -332,6 +332,7 @@
 
                             //修改商品数量
                             that.changeCartShop(item.cartId, item.num).then(function (data) {
+                                console.log(data);
                                 if (data.data.status === 200) {
                                     item.num += pass * type;
                                     layer.msg('成功' + (type > 0 ? '添加' : '减少') + pass + '件商品')