liukangdong
2024-07-25 ca68da636d8ab713ac58972b0e7f681ddc506fa7
wechat_jiaxuan/components/idCard/index.js
@@ -18,6 +18,15 @@
   * 组件的方法列表
   */
  methods: {
    callPhone() {
      wx.makePhoneCall({
        phoneNumber: this.data.users.phone
      })
    },
    jumpCard() {
      wx.navigateTo({
        url: '/pages/store/staff?id=' + this.data.users.iamId,
      })
    },
  }
})