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

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

14
pages/tixian/tixian.json Normal file
View File

@@ -0,0 +1,14 @@
{
"usingComponents": {
"mode1": "./components/mode1/mode1",
"mode2": "./components/mode2/mode2"
},
"navigationBarTitleText": "提现中心",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"backgroundColor": "#f5f7fb",
"enablePullDownRefresh": false,
"onReachBottomDistance": 50,
"navigationStyle": "default",
"disableScroll": false
}