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

This commit is contained in:
linxi
2025-11-17 11:51:15 +08:00
parent 2d8f2b16a9
commit 3d8df506e0
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('调用成功!')