Fix:4388 【旅居商城小程序】管理后台配置商家号码在前端小程序未生效
(cherry picked from commit 3d8df506e0)
This commit is contained in:
@@ -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('调用成功!')
|
||||
|
||||
Reference in New Issue
Block a user