Commit f5d64eab authored by gengchunlei's avatar gengchunlei

居民端小程序 v1.2 ios电话唤起测试

parent 14a796e6
......@@ -485,6 +485,7 @@ export default {
let phoneNumber = this.form.telephone // 替换为需要拨打的号码
//判断是否是iOS环境
if (isIOSWebKit) {
console.log('tel:', phoneNumber)
callMobile('startCallUpActivity', phoneNumber)
} else {
let url = 'tel://' + encodeURIComponent(phoneNumber)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment