From 3f7ec892d68f71e996489d14d9918dc332281b1e Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期一, 26 二月 2024 18:10:30 +0800 Subject: [PATCH] 充值、首页、登录 --- app.json | 38 +++++++++++++++++++++++++++++++++----- 1 files changed, 33 insertions(+), 5 deletions(-) diff --git a/app.json b/app.json index f5afd47..e63624b 100644 --- a/app.json +++ b/app.json @@ -1,17 +1,45 @@ { "pages": [ + + "pages/wallet/wallet", + "pages/home/home", "pages/login/login", "pages/index/index", - "pages/logs/logs" - + "pages/logs/logs", + "pages/my/my", + "pages/recharge/recharge" + ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "鐢靛瓙閽卞寘", - "navigationBarBackgroundColor": "#ffffff" + "navigationBarBackgroundColor": "#1890FF" }, - "style": "v2", "componentFramework": "glass-easel", "sitemapLocation": "sitemap.json", - "lazyCodeLoading": "requiredComponents" + "lazyCodeLoading": "requiredComponents", + "tabBar": { + "color": "#000000", + "selectedColor": "#2D8BF7", + "list": [{ + "pagePath": "pages/home/home", + "text": "棣栭〉", + "iconPath": "/images/home_grey.png", + "selectedIconPath": "/images/home_blue.png" + }, + { + "pagePath": "pages/wallet/wallet", + "text": "鐢靛瓙閽卞寘", + "iconPath": "/images/wallet_grey.png", + "selectedIconPath": "/images/wallet_blue.png" + + }, + { + "pagePath": "pages/my/my", + "text": "涓汉涓績", + "iconPath": "/images/my_grey.png", + "selectedIconPath": "/images/my_blue.png" + } + ] + } } \ No newline at end of file -- Gitblit v1.8.0