✨ feat(ID1000822): 邀请码上的联系客服,电话号码修改为“13380223709”
【邀请码上的联系客服,电话号码修改为“13380223709”】 https://www.tapd.cn/53459131/prong/stories/view/1153459131001000822
This commit is contained in:
parent
029bc83117
commit
459b40833f
@ -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',
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@ -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',
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user