个人中心页面初步实现
This commit is contained in:
@@ -3,28 +3,24 @@
|
|||||||
{
|
{
|
||||||
"path": "pages/index/index",
|
"path": "pages/index/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationStyle": "custom",
|
|
||||||
"navigationBarTitleText": "健身房"
|
"navigationBarTitleText": "健身房"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/course/index",
|
"path": "pages/course/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationStyle": "custom",
|
|
||||||
"navigationBarTitleText": "课程"
|
"navigationBarTitleText": "课程"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/train/index",
|
"path": "pages/train/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationStyle": "custom",
|
|
||||||
"navigationBarTitleText": "训练"
|
"navigationBarTitleText": "训练"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/discover/index",
|
"path": "pages/discover/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationStyle": "custom",
|
|
||||||
"navigationBarTitleText": "发现"
|
"navigationBarTitleText": "发现"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user