Commit bd27c820 authored by Xuguangxing's avatar Xuguangxing

fix

parent f4d52a79
......@@ -472,7 +472,6 @@ export default {
this.$toast('库存不足!');
return;
}
try {
const [checkStatus] = await goods.checkGroupBuyCreateOrder({
activityHundredGroupId: this.groupId || '',
skuNo: this.detailInfo.skuNo
......@@ -482,7 +481,6 @@ export default {
this.$toast(checkStatus.failedReason);
return;
}
} catch (e) {}
this.show = false;
const order = {
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