wujingjing
2024-08-09 f1c54fca586a4d30e046b2a7ce4a18e02c3fe17e
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)}`
      })
    }
  }
})