Fix:5149 【商城小程序】商品详情页,点击「联系商家」弹出的商家电话弹窗,号码显示空白但可正常跳转拨号

(cherry picked from commit 97c4d7fe4f)
This commit is contained in:
linxi
2026-04-21 19:08:01 +08:00
committed by LinCyJang
parent ceb2d2e09e
commit 7cc4cfea35
+7
View File
@@ -420,6 +420,13 @@ export default {
},
contactService() {
if(!this.detail.merPhone){
uni.showToast({
title: '暂无电话',
icon: 'none'
})
return
}
uni.showModal({
title: '商家电话',
content: this.detail.merPhone || '暂无电话',