From c5a6ec0d21fc282fd2c3df84d3b91b7bba70fc08 Mon Sep 17 00:00:00 2001
From: lifizer <913626195@qq.com>
Date: Mon, 29 Jun 2026 17:52:56 +0800
Subject: [PATCH] =?UTF-8?q?Fix(=E4=BA=91=E7=81=B5AI):=E5=8E=BF=E5=9F=9FAI?=
=?UTF-8?q?=E4=B9=9F=E6=94=AF=E6=8C=81=E9=80=81=E7=A4=BC=E5=8D=A1=E7=89=87?=
=?UTF-8?q?=E9=80=89=E6=8B=A9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
aiChat/mixins/chatMixinsV2.js | 2 +-
aiChat/views/history.vue | 1 -
aiChat/views/index.vue | 2 --
3 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/aiChat/mixins/chatMixinsV2.js b/aiChat/mixins/chatMixinsV2.js
index 78dd5ff..c7c6ded 100644
--- a/aiChat/mixins/chatMixinsV2.js
+++ b/aiChat/mixins/chatMixinsV2.js
@@ -561,7 +561,7 @@ export const chatMixinsV2 = {
// 是否单一规格
const onlyOne = Object.keys(data.productValue).length === 1
- if(onlyOne && this.onlyOneToAddCart) {
+ if(onlyOne) {
this.buyNowOrGiftBuyReq(BuyNowOrGiftBuyType)
return
}
diff --git a/aiChat/views/history.vue b/aiChat/views/history.vue
index 5b4d075..4da3d79 100644
--- a/aiChat/views/history.vue
+++ b/aiChat/views/history.vue
@@ -433,7 +433,6 @@
@enter-history="audioStopHandle"
/>