李妹妹 hace 5 días
padre
commit
33bb16c579
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 || '该商品限购,目前剩余可购买数量不足',