diff --git a/aiChat/mixins/chatMixinsV2.js b/aiChat/mixins/chatMixinsV2.js index bfbc696..a6259a7 100644 --- a/aiChat/mixins/chatMixinsV2.js +++ b/aiChat/mixins/chatMixinsV2.js @@ -853,6 +853,10 @@ export const chatMixinsV2 = { prompt: data.prompt || '我想送礼', init: 0 }) + // 清空所有送礼选项 + this.giftSelections = {} + this.giftBudget = '' + this.currentGiftStepIndex = 0 } }).finally(() => { uni.hideLoading()