From ee6e39a4b95db45fecf4204d05f19c591a75952e Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Fri, 7 Nov 2025 11:21:34 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4450=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=E7=8A=B6=E6=80=81=E5=88=97=E8=A1=A8=EF=BC=8C=E8=81=94?= =?UTF-8?q?=E7=B3=BB=E5=95=86=E5=AE=B6=E6=8C=89=E9=92=AE=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E6=97=A0=E6=95=88=EF=BC=8C=E5=BA=94=E5=BC=B9=E7=AA=97=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=95=86=E5=AE=B6=E7=94=B5=E8=AF=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/MyOrder/index.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pages/order/MyOrder/index.vue b/pages/order/MyOrder/index.vue index e966a10..b207b07 100644 --- a/pages/order/MyOrder/index.vue +++ b/pages/order/MyOrder/index.vue @@ -607,6 +607,19 @@ export default { return this.$force2Decimal(v) }, goRoom(order) { + console.log(order); + if(order.isTravelGroup === 1) { + // 拨打商家电话 + uni.makePhoneCall({ + phoneNumber: order.merPhone, + success: () => { + uni.showToast({ + title: '拨打成功' + }) + } + }) + return + } const params = { goodsId: order.cartInfo[0].productId, goodsName: order.cartInfo[0].productInfo.storeName,