feat: 新增退款和网约车用户管理页面

添加了退款和网约车用户管理相关页面,包括页面配置、样式、逻辑处理等。同时更新了应用配置文件和私有配置文件以支持新页面。
This commit is contained in:
2025-04-14 18:21:46 +08:00
parent 47d847e138
commit 7c8536272c
12 changed files with 454 additions and 8 deletions

View File

@@ -35,6 +35,15 @@ Page({
});
},
selectItem: function (t) {
// 1. 提示用户先绑定设备, isScan
if (!this.data.isScan) return wx.showModal({
title: "提示",
content: "请先扫码设备~"
}),!1;
var e = t.currentTarget.dataset, a = (e.index, e.code);
if (1 != e.available) return wx.showToast({
title: "该洗车券不可用~",