jiangping
2024-07-26 816d84a76c1a2f16f88dba70664397961f55caa1
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,
      })
    },
  }
})