feat(ID1000822): 邀请码上的联系客服,电话号码修改为“13380223709”

【邀请码上的联系客服,电话号码修改为“13380223709”】 https://www.tapd.cn/53459131/prong/stories/view/1153459131001000822
This commit is contained in:
xuan 2022-12-14 18:52:36 +08:00
parent 029bc83117
commit 459b40833f
2 changed files with 4 additions and 4 deletions

View File

@ -120,12 +120,12 @@ const BindSalesManDialog = ({ onSuccess }: params, ref: Ref<SalesManDialogRef>)
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',
})
}
}

View File

@ -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',
})
}
}