Fix:4568 【旅居商城小程序】订单状态列表,点击联系商家按钮返回后,页面显示“拨打成功”

This commit is contained in:
linxi
2025-11-12 14:40:43 +08:00
parent ec042122c8
commit e3e8c37551
3 changed files with 0 additions and 17 deletions
-6
View File
@@ -213,12 +213,6 @@ export default {
if (res.confirm && this.detail.merPhone) {
uni.makePhoneCall({
phoneNumber: this.detail.merPhone,
fail: () => {
uni.showToast({
title: '拨打电话失败',
icon: 'none'
})
}
})
}
}