''
liukangdong
2024-08-06 7b950f425d01b74febcebb9a6506e1607c3a2a0f
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,
      })
    },
  }
})