Kirin hace 3 años
padre
commit
0d93e60e28
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      app/admin/view/store/placeorder/index.php

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

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