Fix:5149 【商城小程序】商品详情页,点击「联系商家」弹出的商家电话弹窗,号码显示空白但可正常跳转拨号
(cherry picked from commit 97c4d7fe4f)
This commit is contained in:
@@ -420,6 +420,13 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
contactService() {
|
contactService() {
|
||||||
|
if(!this.detail.merPhone){
|
||||||
|
uni.showToast({
|
||||||
|
title: '暂无电话',
|
||||||
|
icon: 'none'
|
||||||
|
})
|
||||||
|
return
|
||||||
|
}
|
||||||
uni.showModal({
|
uni.showModal({
|
||||||
title: '商家电话',
|
title: '商家电话',
|
||||||
content: this.detail.merPhone || '暂无电话',
|
content: this.detail.merPhone || '暂无电话',
|
||||||
|
|||||||
Reference in New Issue
Block a user