Fix:4422 【旅居商城小程序】团购提交订单页面,点击联系商家按钮,弹出的弹窗内没有获取商家电话

This commit is contained in:
LinCyJang
2025-11-15 00:33:55 +08:00
parent ef2eb0cdeb
commit a98c1544bd
+1 -1
View File
@@ -206,7 +206,7 @@ export default {
contactMerchant() {
uni.showModal({
title: '商家电话',
content: this.form.merPhone || '暂无电话',
content: this.orderInfo.merPhone || '暂无电话',
confirmText: '立即拨打',
cancelText: '取消',
success: (res) => {