新增充值的修改

This commit is contained in:
2024-04-07 14:47:30 +08:00
parent f5ddb92449
commit 417ba1454c
32 changed files with 302 additions and 97 deletions

View File

@@ -1,7 +1,12 @@
{
"usingComponents": {
"van-action-sheet": "@vant/weapp/action-sheet/index",
"van-button": "@vant/weapp/button/index"
"van-tab": "@vant/weapp/tab/index",
"van-tabs": "@vant/weapp/tabs/index",
"navigator": "/components/navigator/index",
"notyet": "./components/notyet/index",
"already": "./components/already/index",
"info": "./components/info/index",
"notyetCard": "./components/notyetCard/index"
},
"navigationBarTitleText": "开票信息"
"navigationStyle": "custom"
}