feat: 更新充值相关文案为购买洗车金额并优化客服功能
将应用中所有"充值"相关文案统一修改为"购买洗车金额",提升用户理解 重构客服电话功能为微信客服聊天窗口,优化用户体验 移除不必要的电话拨打代码,使用微信原生客服功能
This commit is contained in:
@@ -118,7 +118,7 @@ Page({
|
||||
icon: "none"
|
||||
}), !1;
|
||||
if (!this.data.selectItemID || this.isSubmit) return wx.showToast({
|
||||
title: "请选择充值金额~",
|
||||
title: "请选择购买洗车金额~",
|
||||
icon: "none"
|
||||
}), !1;
|
||||
this.isSubmit = !0, wx.showLoading({
|
||||
|
||||
@@ -15,8 +15,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view bindtap="tobuy" class="buy-btn" data-id="{{item.id}}">
|
||||
<text decode="true">优惠
|
||||
购买</text>
|
||||
<text decode="true">优惠购买</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -25,7 +24,7 @@
|
||||
</block>
|
||||
<block wx:if="{{edition==1}}">
|
||||
<view class="edition1-money">
|
||||
<view class="l">选择充值金额</view>
|
||||
<view class="l">选择购买洗车金额</view>
|
||||
<view class="r">余额:{{user.money}}</view>
|
||||
</view>
|
||||
<view class="edition1-list">
|
||||
@@ -41,10 +40,10 @@
|
||||
<image src="/img/nocontent.png"></image>
|
||||
<view>暂无相关数据</view>
|
||||
</view>
|
||||
<view bindtap="tobuyNow" class="tobuy-btn {{approve?'':'disabled'}}" wx:if="{{list.length>0}}">立即充值</view>
|
||||
<view bindtap="tobuyNow" class="tobuy-btn {{approve?'':'disabled'}}" wx:if="{{list.length>0}}">立即购买</view>
|
||||
<checkbox-group bindchange="change">
|
||||
<label class="provision">
|
||||
<checkbox checked value="{{approve}}"></checkbox> 充值即表示同意 <navigator class="text" url="/pages/webview/webview?url={{protocol.url}}">《{{protocol.name}}》</navigator>
|
||||
<checkbox checked value="{{approve}}"></checkbox> 购买即表示同意 <navigator class="text" url="/pages/webview/webview?url={{protocol.url}}">《{{protocol.name}}》</navigator>
|
||||
</label>
|
||||
</checkbox-group>
|
||||
<view catchtap="showprovision" class="provision-box" wx:if="{{showTips}}">
|
||||
|
||||
Reference in New Issue
Block a user