|
@@ -23,7 +23,7 @@
|
|
"path" : "pages/my/index",
|
|
"path" : "pages/my/index",
|
|
"style" :
|
|
"style" :
|
|
{
|
|
{
|
|
- "navigationBarTitleText" : ""
|
|
|
|
|
|
+ "navigationBarTitleText" : "我的"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -32,6 +32,20 @@
|
|
{
|
|
{
|
|
"navigationBarTitleText" : "demo"
|
|
"navigationBarTitleText" : "demo"
|
|
}
|
|
}
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path" : "pages/course/index",
|
|
|
|
+ "style" :
|
|
|
|
+ {
|
|
|
|
+ "navigationBarTitleText" : "课程"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path" : "pages/score/index",
|
|
|
|
+ "style" :
|
|
|
|
+ {
|
|
|
|
+ "navigationBarTitleText" : "成绩"
|
|
|
|
+ }
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"tabBar": {
|
|
"tabBar": {
|
|
@@ -53,7 +67,7 @@
|
|
"selectedIconPath": "static/images/tabbar/select/exam-sj.png",
|
|
"selectedIconPath": "static/images/tabbar/select/exam-sj.png",
|
|
"text": "考试"
|
|
"text": "考试"
|
|
}, {
|
|
}, {
|
|
- "pagePath": "pages/login",
|
|
|
|
|
|
+ "pagePath": "pages/course/index",
|
|
"iconPath": "static/images/tabbar/unselect/kecheng-sj.png",
|
|
"iconPath": "static/images/tabbar/unselect/kecheng-sj.png",
|
|
"selectedIconPath": "static/images/tabbar/select/kecheng-sj.png",
|
|
"selectedIconPath": "static/images/tabbar/select/kecheng-sj.png",
|
|
"text": "课程"
|
|
"text": "课程"
|