Fix:4388 【旅居商城小程序】管理后台配置商家号码在前端小程序未生效

(cherry picked from commit 3d8df506e0)
This commit is contained in:
linxi
2025-11-17 15:35:47 +08:00
parent cfef9c5b39
commit 0937a32bce
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -658,10 +658,10 @@ export default {
})
},
call() {
if (this.store.tel != undefined && this.store.tel.length > 0) {
if (this.store.phone != undefined && this.store.phone.length > 0) {
uni.makePhoneCall({
// 手机号
phoneNumber: this.store.tel,
phoneNumber: this.store.phone,
// 成功回调
success: (res) => {
console.log('调用成功!')