提交 cab5e10d 编写于 作者: M m0_74163447

上级 fafed13e
...@@ -43,6 +43,11 @@ ...@@ -43,6 +43,11 @@
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, {
"path": "pages/my/my-walking-record",
"style": {
"navigationStyle": "custom"
}
}, { }, {
"path": "pages/sport/main", "path": "pages/sport/main",
"style": { "style": {
...@@ -80,6 +85,23 @@ ...@@ -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", "path": "pages/discover/main",
"style": { "style": {
...@@ -112,16 +134,6 @@ ...@@ -112,16 +134,6 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, { }, {
"path": "pages/team/add-team-activity",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/team/add-team",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/post/post", "path": "pages/post/post",
"style": { "style": {
"navigationStyle": "custom", "navigationStyle": "custom",
...@@ -151,32 +163,32 @@ ...@@ -151,32 +163,32 @@
"list": [{ "list": [{
"pagePath": "pages/sport/main", "pagePath": "pages/sport/main",
"text": "运动", "text": "运动",
"iconPath": "static/tabbar/sports.png", "iconPath": "static/tabbar/运动.png",
"selectedIconPath": "static/tabbar/sports2.png" "selectedIconPath": "static/tabbar/运动2.png"
}, },
{ {
"pagePath": "pages/discover/main", "pagePath": "pages/discover/main",
"text": "发现", "text": "发现",
"iconPath": "static/tabbar/find.png", "iconPath": "static/tabbar/发现.png",
"selectedIconPath": "static/tabbar/find2.png" "selectedIconPath": "static/tabbar/发现2.png"
}, },
{ {
"pagePath": "pages/post/post", "pagePath": "pages/post/post",
"text": "高校圈", "text": "高校圈",
"iconPath": "static/tabbar/post.png", "iconPath": "static/tabbar/圈子.png",
"selectedIconPath": "static/tabbar/post2.png" "selectedIconPath": "static/tabbar/圈子2.png"
}, },
{ {
"pagePath": "pages/team/main", "pagePath": "pages/team/main",
"text": "小队", "text": "小队",
"iconPath": "static/tabbar/team.png", "iconPath": "static/tabbar/队伍.png",
"selectedIconPath": "static/tabbar/team2.png" "selectedIconPath": "static/tabbar/队伍2.png"
}, },
{ {
"pagePath": "pages/my/main", "pagePath": "pages/my/main",
"text": "我的", "text": "我的",
"iconPath": "static/tabbar/my.png", "iconPath": "static/tabbar/我的.png",
"selectedIconPath": "static/tabbar/my2.png" "selectedIconPath": "static/tabbar/我的2.png"
} }
] ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册