diff --git a/aiChat/views/index.vue b/aiChat/views/index.vue index 118e4df..2f3035f 100644 --- a/aiChat/views/index.vue +++ b/aiChat/views/index.vue @@ -754,6 +754,10 @@ export default { this.getConfigLoading = false this.chatMessageList = [] this.loadData() + // 清空所有送礼选项 + this.giftSelections = {} + this.giftBudget = '' + this.currentGiftStepIndex = 0 if (type !== 'giftChat') { const idx = this.bottomTools.findIndex((i) => i.giftCardEnabled === 1) this.$set(this, 'showGiftSteps', false)