miniprogram/components/chat-components/knowledge/knowledge.ts
@@ -9,7 +9,7 @@ * 组件的属性列表 */ properties: { data:Array }, /** @@ -23,6 +23,11 @@ * 组件的方法列表 */ methods: { linkClick(e){ const item = e.currentTarget.dataset.item; wx.navigateTo({ url:`/pages/knowledge-link/knowledge-link?link_content=${JSON.stringify(item)}` }) } } })