Ver código fonte

提交变化

李妹妹 18 horas atrás
pai
commit
33bb16c579
1 arquivos alterados com 1 adições e 0 exclusões
  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 || '该商品限购,目前剩余可购买数量不足',