dengjie ;拨打电话功能

This commit is contained in:
邓洁
2023-02-04 20:01:53 +08:00
parent 08ebc6574d
commit 4b40658fb5
6 changed files with 59 additions and 23 deletions

View File

@@ -111,7 +111,8 @@
},
confirm() {
this.showM = false
let phone = ''
let phone = this.mobile
phone = phone.toString()
uni.makePhoneCall({
phoneNumber: phone,
success: function() {