From 00605a7e2b0ca3103e7d34989e234d1af4fef9d7 Mon Sep 17 00:00:00 2001 From: luyisha Date: Fri, 13 Oct 2023 19:17:31 +0800 Subject: [PATCH] 1 --- pages.json | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/pages.json b/pages.json index f684ead..dbdd7ae 100644 --- a/pages.json +++ b/pages.json @@ -343,6 +343,15 @@ } + ,{ + "path" : "pages/recordsList/WinningRecord/WinningRecord", + "style" : + { + "navigationBarTitleText": "中奖记录", + "enablePullDownRefresh": false + } + + } ], "subPackages": [{ "root": "uni_modules/uni-feedback", @@ -492,19 +501,26 @@ "selectedIconPath": "static/tabbar/home_a.png", "text": "首页" }, - { - "pagePath": "pages/list/team", - "iconPath": "static/tabbar/user.png", - "selectedIconPath": "static/tabbar/user_a.png", - "text": "团队", - "visible": false - }, { "pagePath": "pages/list/agent", "iconPath": "static/tabbar/agent.png", "selectedIconPath": "static/tabbar/agent_a.png", "text": "代理", "visible": false + }, + { + "pagePath": "pages/recordsList/WinningRecord/WinningRecord", + "iconPath": "static/tabbar/jilu.png", + "selectedIconPath": "static/tabbar/jilu_a.png", + "text": "中奖记录", + "visible": false + }, + { + "pagePath": "pages/list/team", + "iconPath": "static/tabbar/user.png", + "selectedIconPath": "static/tabbar/user_a.png", + "text": "团队", + "visible": false }, { "pagePath": "pages/list/user",