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

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

@@ -339,6 +339,9 @@
                                 } else {
                                 } else {
                                     layer.msg(data.data.msg);
                                     layer.msg(data.data.msg);
                                 }
                                 }
+                            }).catch(function (data) {
+                                console.log(data.data.status);
+                                layer.msg(data.data.msg);
                             })
                             })
                         } else {
                         } else {
                             layer.msg('商品数量不可小于0')
                             layer.msg('商品数量不可小于0')