|
|
@@ -26,7 +26,7 @@
|
|
|
<button class="btn_submit" type="primary" @tap="tip(true)">确认提交</button>
|
|
|
<button class="btn_tel" type="default" @tap="callPhone">客服热线:{{phone_number}}</button>
|
|
|
<view class="tips">
|
|
|
- 尊敬的用户,你好!因项目提现业务配置问题导致您无法提现对此,我们深表歉意!您可致电运营商处理提现问题,运营商电话:13645689854。感谢您对我们工作的支持和理解。
|
|
|
+ 尊敬的用户,你好!因项目提现业务配置问题导致您无法提现对此,我们深表歉意!您可致电运营商处理提现问题,运营商电话:{{phone_number}}。感谢您对我们工作的支持和理解。
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -38,7 +38,7 @@
|
|
|
return {
|
|
|
card_number: '',
|
|
|
amount: '', // 金额
|
|
|
- phone_number: '13645689854', // 客户热线电话
|
|
|
+ phone_number: '18312075670', // 客户热线电话
|
|
|
IP: '',
|
|
|
code: '',
|
|
|
ceshi: 'code',
|