Fix(云灵AI):[#5385]在历史对话窗口中点击“我要送礼”,页面错误返回到前一个历史窗口,未跳转至送礼选项卡
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user