Commit bc60ff3d authored by songrui's avatar songrui

Merge branch 'chronic-dev' of http://gitlab.yiboshi.com/nightkis1995/frontend-h5 into chronic-dev

parents e9d88d06 12c6ee46
......@@ -483,7 +483,7 @@ export default {
toTel() {
// 创建一个电话号码的URL
let phoneNumber = this.form.telephone // 替换为需要拨打的号码
let url = 'tel:' + encodeURIComponent(phoneNumber)
let url = 'tel://' + encodeURIComponent(phoneNumber)
// 创建一个a标签
let a = document.createElement('a')
a.href = url
......
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