提交 cab5e10d 编写于 作者: M m0_74163447

上级 fafed13e
......@@ -43,6 +43,11 @@
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/my/my-walking-record",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/sport/main",
"style": {
......@@ -80,6 +85,23 @@
}]
}
}
}, {
"path": "pages/my/finish",
"style": {
"navigationStyle": "custom",
"app-plus": {
"subNVues": [{
"id": "popup1", // 唯一标识
"path": "pages/my/subNVue/finish", // 页面路径
/*"type": "popup", 这里不需要*/
"style": {
"position": "absolute",
"margin": "0 auto",
"background": "transparent"
}
}]
}
}
}, {
"path": "pages/discover/main",
"style": {
......@@ -112,16 +134,6 @@
"navigationStyle": "custom"
}
}, {
"path": "pages/team/add-team-activity",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/team/add-team",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/post/post",
"style": {
"navigationStyle": "custom",
......@@ -151,32 +163,32 @@
"list": [{
"pagePath": "pages/sport/main",
"text": "运动",
"iconPath": "static/tabbar/sports.png",
"selectedIconPath": "static/tabbar/sports2.png"
"iconPath": "static/tabbar/运动.png",
"selectedIconPath": "static/tabbar/运动2.png"
},
{
"pagePath": "pages/discover/main",
"text": "发现",
"iconPath": "static/tabbar/find.png",
"selectedIconPath": "static/tabbar/find2.png"
"iconPath": "static/tabbar/发现.png",
"selectedIconPath": "static/tabbar/发现2.png"
},
{
"pagePath": "pages/post/post",
"text": "高校圈",
"iconPath": "static/tabbar/post.png",
"selectedIconPath": "static/tabbar/post2.png"
"iconPath": "static/tabbar/圈子.png",
"selectedIconPath": "static/tabbar/圈子2.png"
},
{
"pagePath": "pages/team/main",
"text": "小队",
"iconPath": "static/tabbar/team.png",
"selectedIconPath": "static/tabbar/team2.png"
"iconPath": "static/tabbar/队伍.png",
"selectedIconPath": "static/tabbar/队伍2.png"
},
{
"pagePath": "pages/my/main",
"text": "我的",
"iconPath": "static/tabbar/my.png",
"selectedIconPath": "static/tabbar/my2.png"
"iconPath": "static/tabbar/我的.png",
"selectedIconPath": "static/tabbar/我的2.png"
}
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册