From 459b40833fe18b6663838cfb3ac218ec99eb81b1 Mon Sep 17 00:00:00 2001 From: xuan Date: Wed, 14 Dec 2022 18:52:36 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(ID1000822):=20=E9=82=80?= =?UTF-8?q?=E8=AF=B7=E7=A0=81=E4=B8=8A=E7=9A=84=E8=81=94=E7=B3=BB=E5=AE=A2?= =?UTF-8?q?=E6=9C=8D=EF=BC=8C=E7=94=B5=E8=AF=9D=E5=8F=B7=E7=A0=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E2=80=9C13380223709=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 【邀请码上的联系客服,电话号码修改为“13380223709”】 https://www.tapd.cn/53459131/prong/stories/view/1153459131001000822 --- src/components/bindSalesManDialog/index.tsx | 4 ++-- src/components/bindSalesmanPopup/index.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/bindSalesManDialog/index.tsx b/src/components/bindSalesManDialog/index.tsx index f53ccb2..97072f0 100644 --- a/src/components/bindSalesManDialog/index.tsx +++ b/src/components/bindSalesManDialog/index.tsx @@ -120,12 +120,12 @@ const BindSalesManDialog = ({ onSuccess }: params, ref: Ref) const res = await Taro.showModal({ title: '是否拨打服务热线', confirmText: '拨打', - content: '(0757) 8270 6695', + content: '(0757) 13380223709', cancelText: '取消', }) if (res.confirm) { Taro.makePhoneCall({ - phoneNumber: '(0757)82706695', + phoneNumber: '(0757)13380223709', }) } } diff --git a/src/components/bindSalesmanPopup/index.tsx b/src/components/bindSalesmanPopup/index.tsx index d1aaca7..15b1705 100644 --- a/src/components/bindSalesmanPopup/index.tsx +++ b/src/components/bindSalesmanPopup/index.tsx @@ -13,12 +13,12 @@ const BindSalesmanPopup = ({ show, onClose }: params) => { const res = await Taro.showModal({ title: '是否拨打服务热线', confirmText: '拨打', - content: '(0757) 8270 6695', + content: '(0757) 13380223709', cancelText: '取消', }) if (res.confirm) { Taro.makePhoneCall({ - phoneNumber: '(0757)82706695', + phoneNumber: '(0757)13380223709', }) } }