Fix:4602 【旅居商城小程序】提交团购订单页面,联系商家-点击立即拨打按钮无效
(cherry picked from commit 1d34f4dd08)
This commit is contained in:
@@ -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,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user