From 1701241aa92b1acf4815d026dcf7b92a7fb43573 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Tue, 23 Jun 2026 14:24:14 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E4=BA=91=E7=81=B5AI):[#5367]=E3=80=90?= =?UTF-8?q?=E9=80=81=E7=A4=BC=E3=80=91=E5=BC=80=E5=90=AF=E6=96=B0=E5=AF=B9?= =?UTF-8?q?=E8=AF=9D=EF=BC=8C=E9=80=81=E7=A4=BC=E9=80=89=E9=A1=B9=E5=8D=A1?= =?UTF-8?q?=E4=BC=9A=E4=BF=9D=E7=95=99=E4=B8=8A=E4=B8=80=E6=AC=A1=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E7=9A=84=E5=86=85=E5=AE=B9-2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aiChat/views/index.vue | 4 ++++ 1 file changed, 4 insertions(+) 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)