浏览代码

提交变化

李妹妹 1 周之前
父节点
当前提交
33bb16c579
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pages_user/user/storeOrder.vue

+ 1 - 0
pages_user/user/storeOrder.vue

@@ -385,6 +385,7 @@
 						if(productId){
 							try {
 								const res = await checkPurchaseLimit({ productId: productId, num: num });
+								
 								if (res.code !== 200) {
                   this.$refs.customToast.show({
                     title: res.msg || '该商品限购,目前剩余可购买数量不足',