mirror of
http://112.124.100.131/ebiz-ai/ebiz-base-ai.git
synced 2025-12-09 02:46:50 +08:00
refactor(AI): 移除无用的日志输出并优化产品名称设置
- 在 HotProducts组件中移除了多余的 console.log语句 - 在 AI index组件中添加了产品名称的更新逻辑
This commit is contained in:
@@ -63,7 +63,6 @@ export default {
|
|||||||
text: item.productName,
|
text: item.productName,
|
||||||
})
|
})
|
||||||
this.$emit('update:messageList', this.messagesList)
|
this.$emit('update:messageList', this.messagesList)
|
||||||
console.log(this.messagesList)
|
|
||||||
},
|
},
|
||||||
toggleShowAll() {
|
toggleShowAll() {
|
||||||
this.showAll = !this.showAll
|
this.showAll = !this.showAll
|
||||||
|
|||||||
@@ -180,6 +180,7 @@ export default {
|
|||||||
},
|
},
|
||||||
setProductName(e) {
|
setProductName(e) {
|
||||||
console.log(e)
|
console.log(e)
|
||||||
|
this.productName = e
|
||||||
},
|
},
|
||||||
handleScroll() {
|
handleScroll() {
|
||||||
const messageArea = this.$refs.messageArea
|
const messageArea = this.$refs.messageArea
|
||||||
|
|||||||
Reference in New Issue
Block a user