diff --git a/aiChat/views/index.vue b/aiChat/views/index.vue index c02d79c..c85ef37 100644 --- a/aiChat/views/index.vue +++ b/aiChat/views/index.vue @@ -683,7 +683,7 @@ export default { this.createNewHandle() } if (addNewChat === '2') { - const giftOptionItem = this.bottomTools.find((i) => i.type === 'gift') + const giftOptionItem = this.bottomTools.find((i) => i.giftCardEnabled === 1) if (giftOptionItem) { this.bottomToolClickHandle(giftOptionItem) }