开始做充值和发票

This commit is contained in:
2024-03-20 11:10:52 +08:00
parent e5c9a96353
commit 7648ace524
59 changed files with 1091 additions and 199 deletions

View File

@@ -1,13 +1,17 @@
{
"pages": [
"pages/login/index",
"pages/my/index",
"pages/recharge/index",
"pages/invoiceList/index",
"pages/rechargeRecord/index",
"pages/questions/index",
"pages/meterList/index",
"pages/recharge/index",
"pages/login/index",
"pages/handleLogin/index",
"pages/member/index",
"pages/my/index",
"pages/questions/index",
"pages/home/index",
"pages/index/index"
"pages/index/index",
"pages/qrCode/index"
],
"tabBar": {
"list": [
@@ -27,8 +31,6 @@
"navigationBarBackgroundColor": "#ffffff"
},
"sitemapLocation": "sitemap.json",
"rendererOptions": {
},
"rendererOptions": {},
"navigationStyle": "custom"
}