feat: 更新充值相关文案为购买洗车金额并优化客服功能

将应用中所有"充值"相关文案统一修改为"购买洗车金额",提升用户理解
重构客服电话功能为微信客服聊天窗口,优化用户体验
移除不必要的电话拨打代码,使用微信原生客服功能
This commit is contained in:
2025-12-14 11:04:03 +08:00
parent e92b864bec
commit 5ddd0b177b
10 changed files with 39 additions and 30 deletions

View File

@@ -34,7 +34,7 @@
<view>本金:<text class="r">{{userInfo.recharge.money || ''}}</text></view>
<view>赠送:{{userInfo.recharge.bonusamount || ''}}</view>
<view class="mt">订单号:{{userInfo.recharge.orderid || ''}}</view>
<view>充值时间:<text class="r">{{userInfo.recharge.date || ''}}</text></view>
<view>购买时间:<text class="r">{{userInfo.recharge.date || ''}}</text></view>
<view>网点:<text class="r">{{userInfo.recharge.agent || ''}}</text></view>
</view>
<button class="button" form-type="submit" type="primary">线上退款</button>
@@ -45,7 +45,7 @@
<view>本金:<text class="r">{{userInfo.recharge.money || ''}}</text></view>
<view>赠送:{{userInfo.recharge.bonusamount || ''}}</view>
<view class="mt">订单号:{{userInfo.recharge.orderid || ''}}</view>
<view>充值时间:<text class="r">{{userInfo.recharge.date || ''}}</text></view>
<view>购买时间:<text class="r">{{userInfo.recharge.date || ''}}</text></view>
<view>网点:<text class="r">{{userInfo.recharge.agent || ''}}</text></view>
</view>
<button class="button" form-type="submit" type="warn">线下退款</button>