jiangping
2024-07-25 4d064bfdbce064688ddb7252ff6c52b041a279dd
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,
      })
    },
  }
})