Fix:4602 【旅居商城小程序】提交团购订单页面,联系商家-点击立即拨打按钮无效

This commit is contained in:
linxi
2025-11-17 11:10:34 +08:00
parent 6658d8d617
commit 1d34f4dd08
+2 -2
View File
@@ -210,9 +210,9 @@ export default {
confirmText: '立即拨打',
cancelText: '取消',
success: (res) => {
if (res.confirm && this.detail.merPhone) {
if (res.confirm && this.orderInfo.merPhone) {
uni.makePhoneCall({
phoneNumber: this.detail.merPhone,
phoneNumber: this.orderInfo.merPhone,
})
}
}