From bffad7ed501df27ed84432c693a9707e045bff71 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期五, 01 三月 2024 11:15:08 +0800 Subject: [PATCH] 添加充值记录界面 --- app.json | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index e63624b..82be6e8 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,6 @@ { "pages": [ - + "pages/rechargeList/rechargeList", "pages/wallet/wallet", "pages/home/home", "pages/login/login", @@ -21,7 +21,8 @@ "tabBar": { "color": "#000000", "selectedColor": "#2D8BF7", - "list": [{ + "list": [ + { "pagePath": "pages/home/home", "text": "棣栭〉", "iconPath": "/images/home_grey.png", @@ -32,7 +33,6 @@ "text": "鐢靛瓙閽卞寘", "iconPath": "/images/wallet_grey.png", "selectedIconPath": "/images/wallet_blue.png" - }, { "pagePath": "pages/my/my", -- Gitblit v1.8.0