Feat(AI):关键词搜索匹配抽奖模块

This commit is contained in:
lifizer
2025-05-15 16:29:27 +08:00
parent ec794b4d79
commit e9aae5e8ae
4 changed files with 43 additions and 2 deletions
+3
View File
@@ -309,6 +309,9 @@ export const chatMixins = {
}
})
},
prizeItemClickHandle() {
this.$yrouter.push({ path: '/pkg-video/views/lottery' })
},
chatErrorSetContent() {
this.chatMessageList[this.chatMessageListLength - 1].isError = true
this.chatMessageList[this.chatMessageListLength - 1].content = this.errorMsg