From bc10ad93c3102be3d7f9bd82aa84070c4651f42b Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Tue, 11 Nov 2025 17:45:50 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4445=20=E3=80=90=E6=97=85=E5=B1=85?= =?UTF-8?q?=E5=95=86=E5=9F=8E=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E8=AF=A6=E6=83=85=E9=A1=B5=EF=BC=8C=E6=8B=A8=E6=89=93?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E5=AE=A2=E6=9C=8D=E7=94=B5=E8=AF=9D=EF=BC=8C?= =?UTF-8?q?=E6=8B=A8=E5=8F=B7=E9=A1=B5=E9=9D=A2=E7=94=B5=E8=AF=9D=E5=8F=B7?= =?UTF-8?q?=E7=A0=81=E6=95=B0=E6=8D=AE=E8=8E=B7=E5=8F=96=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/sojoumOrderDetails.vue | 25 +++++++++--------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/pkg_product/views/sojoumOrderDetails.vue b/pkg_product/views/sojoumOrderDetails.vue index bd0c124..179c90b 100644 --- a/pkg_product/views/sojoumOrderDetails.vue +++ b/pkg_product/views/sojoumOrderDetails.vue @@ -84,7 +84,7 @@ - 立即拨打取消 + 立即拨打取消 @@ -333,22 +333,15 @@ export default { if (type === 'phone') { uni.makePhoneCall({ phoneNumber: this.orderInfo.merPhone, - success: () => { - console.log('///'); - - uni.showToast({ - title: '正在拨打电话', - icon: 'none' - }) - }, - fail: () => { - uni.showToast({ - title: '拨打失败', - icon: 'none' - }) - } }) - } else if (type === 'wechat') { + } else if (type === 'company') { + uni.makePhoneCall({ + phoneNumber: this.orderInfo.companyTel, + }) + + } + + else if (type === 'wechat') { uni.setClipboardData({ data: this.orderInfo.merWechat, success: () => {