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, }) }, } })