|
|
@ -33,6 +33,15 @@ |
|
|
"navigationBarTextStyle": "white" |
|
|
"navigationBarTextStyle": "white" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"path": "pages/common/profile/index", |
|
|
|
|
|
"style": { |
|
|
|
|
|
"navigationBarTitleText": "我的", |
|
|
|
|
|
"navigationStyle": "custom", |
|
|
|
|
|
"navigationBarBackgroundColor": "#181A20", |
|
|
|
|
|
"navigationBarTextStyle": "white" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"path": "pages/student/profile/index", |
|
|
"path": "pages/student/profile/index", |
|
|
"style": { |
|
|
"style": { |
|
|
@ -594,15 +603,6 @@ |
|
|
"backgroundColor": "#181A20" |
|
|
"backgroundColor": "#181A20" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
"path": "profile/index", |
|
|
|
|
|
"style": { |
|
|
|
|
|
"navigationBarTitleText": "我的", |
|
|
|
|
|
"navigationStyle": "custom", |
|
|
|
|
|
"navigationBarBackgroundColor": "#181A20", |
|
|
|
|
|
"navigationBarTextStyle": "white" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
{ |
|
|
"path": "profile/personal_info", |
|
|
"path": "profile/personal_info", |
|
|
"style": { |
|
|
"style": { |
|
|
@ -633,18 +633,18 @@ |
|
|
}, |
|
|
}, |
|
|
"tabBar": { |
|
|
"tabBar": { |
|
|
"color": "#7A7E83", |
|
|
"color": "#7A7E83", |
|
|
"selectedColor": "#3cc51f", |
|
|
"selectedColor": "#29d3b4", |
|
|
"borderStyle": "black", |
|
|
"borderStyle": "black", |
|
|
"backgroundColor": "#ffffff", |
|
|
"backgroundColor": "#1a1a1a", |
|
|
"list": [ |
|
|
"list": [ |
|
|
{ |
|
|
{ |
|
|
"pagePath": "pages/student/home/index", |
|
|
"pagePath": "pages/common/home/index", |
|
|
"iconPath": "static/icon-img/home.png", |
|
|
"iconPath": "static/icon-img/home.png", |
|
|
"selectedIconPath": "static/icon-img/home-active.png", |
|
|
"selectedIconPath": "static/icon-img/home-active.png", |
|
|
"text": "首页" |
|
|
"text": "首页" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"pagePath": "pages/student/profile/index", |
|
|
"pagePath": "pages/common/profile/index", |
|
|
"iconPath": "static/icon-img/profile.png", |
|
|
"iconPath": "static/icon-img/profile.png", |
|
|
"selectedIconPath": "static/icon-img/profile-active.png", |
|
|
"selectedIconPath": "static/icon-img/profile-active.png", |
|
|
"text": "我的" |
|
|
"text": "我的" |
|
|
|