This commit is contained in:
shijingjing
2022-03-28 15:56:56 +08:00
parent 6d16a7ef6c
commit 4245444e5f

View File

@@ -188,7 +188,7 @@ export default {
uni.navigateTo({url: `./result?checkType=${this.checkType}&id=${this.id}`}) uni.navigateTo({url: `./result?checkType=${this.checkType}&id=${this.id}`})
}, },
callPhone() { callPhone() {
uni.makePhoneCall({phoneNumber: data.phone}) uni.makePhoneCall({phoneNumber: this.data.phone})
}, },
}, },
onShow() { onShow() {