Commit bd27c820 authored by Xuguangxing's avatar Xuguangxing

fix

parent f4d52a79
...@@ -472,7 +472,6 @@ export default { ...@@ -472,7 +472,6 @@ export default {
this.$toast('库存不足!'); this.$toast('库存不足!');
return; return;
} }
try {
const [checkStatus] = await goods.checkGroupBuyCreateOrder({ const [checkStatus] = await goods.checkGroupBuyCreateOrder({
activityHundredGroupId: this.groupId || '', activityHundredGroupId: this.groupId || '',
skuNo: this.detailInfo.skuNo skuNo: this.detailInfo.skuNo
...@@ -482,7 +481,6 @@ export default { ...@@ -482,7 +481,6 @@ export default {
this.$toast(checkStatus.failedReason); this.$toast(checkStatus.failedReason);
return; return;
} }
} catch (e) {}
this.show = false; this.show = false;
const order = { const order = {
groupId: this.groupId || '', // 唐峰确认订单页加 groupId: this.groupId || '', // 唐峰确认订单页加
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment