Pre Merge pull request !40 from ⑦剫。使徒/bug-fix

pull/40/MERGE
⑦剫。使徒 2024-03-01 10:56:11 +00:00 committed by Gitee
commit d596967542
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 1 deletions

View File

@ -255,8 +255,9 @@
return;
}
state.grouponId = options.id;
let activityId = options.activity_id
//
const { code, data: activity } = await CombinationApi.getCombinationActivity(state.grouponId);
const { code, data: activity } = await CombinationApi.getCombinationActivity(activityId);
state.activity = activity;
//
const { data: spu } = await SpuApi.getSpuDetail(activity.spuId);