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

@@ -125,10 +125,14 @@ Page({
}), (this.getData(), this.isneedUpload = !1);
},
toPage: function (t) {
console.info(t);
// 增加打电话
if (t.currentTarget.dataset.phone) {
// 打开客服聊天窗口
return wx.openCustomerServiceChat();
// 增加打电话
wx.makePhoneCall({
phoneNumber: "" + t.currentTarget.dataset.phone
});
@@ -185,8 +189,8 @@ Page({
if (this.isshowModal) return t.startup(), !1;
this.isshowModal = !0, wx.showModal({
title: "提示",
content: "账户余额小于10元是否立即充值",
confirmText: "去充值",
content: "账户余额小于10元是否立即购买洗车金额",
confirmText: "去购买",
cancelText: "立即启动",
success: function (e) {
e.confirm ? (wx.navigateTo({