main #54

Merged
charles merged 44 commits from main into prod 2025-12-24 11:35:12 +08:00
Showing only changes of commit 78c4f7bafc - Show all commits

View File

@ -133,7 +133,7 @@ export default {
// 设置咨询表单的预填内容
this.consultFormData = {
...this.consultFormData,
content: `我想咨询关于【${product.name}】的产品信息\n产品描述:${product.description}\n产品标签:${product.label}`
content: `我想咨询关于【${product.name}】的产品信息`
}
this.showConsultDialog = true