gerson
2024-08-10 ed459ba52b9d994acc87e5d45f9293069a2f4aaa
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)}`
      })
    }
  }
})