|
@@ -30,6 +30,12 @@
|
|
|
"navigationBarTitleText": "我的"
|
|
"navigationBarTitleText": "我的"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "pages/home/course",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "课程"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"path": "common/redirect",
|
|
"path": "common/redirect",
|
|
|
"style": {
|
|
"style": {
|
|
@@ -42,6 +48,13 @@
|
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
|
"navigationBarTextStyle": "black"
|
|
"navigationBarTextStyle": "black"
|
|
|
}
|
|
}
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "pages/class/index",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
|
|
+ "navigationBarTextStyle": "black"
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
"subPackages": [
|
|
"subPackages": [
|
|
@@ -197,6 +210,12 @@
|
|
|
"selectedIconPath": "static/images/common/category-is.png",
|
|
"selectedIconPath": "static/images/common/category-is.png",
|
|
|
"text": "分类"
|
|
"text": "分类"
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "pagePath": "pages/home/course",
|
|
|
|
|
+ "iconPath": "static/images/common/category-no.png",
|
|
|
|
|
+ "selectedIconPath": "static/images/common/category-is.png",
|
|
|
|
|
+ "text": "课程"
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"pagePath": "pages/home/shop",
|
|
"pagePath": "pages/home/shop",
|
|
|
"iconPath": "static/images/common/shop-no.png",
|
|
"iconPath": "static/images/common/shop-no.png",
|