第一次提交:微信小程序前端最新完整代码

This commit is contained in:
XingQue
2026-06-12 21:55:06 +08:00
commit 84be8489b4
330 changed files with 74263 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"component": true,
"usingComponents": {
"global-notification": "/components/global-notification/global-notification",
"popup-notice": "/components/popup-notice/popup-notice"
},
"navigationBarTitleText": "提现中心",
"navigationBarBackgroundColor": "#1a0b2e",
"navigationBarTextStyle": "white",
"backgroundColor": "#1a0b2e",
"enablePullDownRefresh": false,
"onReachBottomDistance": 50,
"navigationStyle": "default",
"disableScroll": false
}