luyisha 2 years ago
parent
commit
00605a7e2b
  1. 30
      pages.json

30
pages.json

@ -343,6 +343,15 @@
} }
,{
"path" : "pages/recordsList/WinningRecord/WinningRecord",
"style" :
{
"navigationBarTitleText": "中奖记录",
"enablePullDownRefresh": false
}
}
], ],
"subPackages": [{ "subPackages": [{
"root": "uni_modules/uni-feedback", "root": "uni_modules/uni-feedback",
@ -492,19 +501,26 @@
"selectedIconPath": "static/tabbar/home_a.png", "selectedIconPath": "static/tabbar/home_a.png",
"text": "首页" "text": "首页"
}, },
{
"pagePath": "pages/list/team",
"iconPath": "static/tabbar/user.png",
"selectedIconPath": "static/tabbar/user_a.png",
"text": "团队",
"visible": false
},
{ {
"pagePath": "pages/list/agent", "pagePath": "pages/list/agent",
"iconPath": "static/tabbar/agent.png", "iconPath": "static/tabbar/agent.png",
"selectedIconPath": "static/tabbar/agent_a.png", "selectedIconPath": "static/tabbar/agent_a.png",
"text": "代理", "text": "代理",
"visible": false "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", "pagePath": "pages/list/user",

Loading…
Cancel
Save