diff --git a/pages.json b/pages.json index a8946eb..a3ed179 100644 --- a/pages.json +++ b/pages.json @@ -7,7 +7,7 @@ // { // "path": "pages/YNEduApp/index/index", // "style": { - // "navigationBarTitleText": "首页" + // "navigationStyle" : "custom" // } // }, { @@ -59,7 +59,7 @@ { "path": "pages/YNEduApp/index/index", "style": { - "navigationBarTitleText": "首页" + "navigationStyle" : "custom" } }, { @@ -119,7 +119,7 @@ { "path": "pages/YNEduApp/exam/beforeExam", "style": { - "navigationBarTitleText": "" + "navigationBarTitleText": "考试详情" } }, { @@ -133,7 +133,7 @@ "path" : "pages/YNEduApp/prac/prac", "style" : { - "navigationBarTitleText" : "练习" + "navigationStyle" : "custom" } }, { @@ -184,6 +184,13 @@ { "navigationBarTitleText" : "pdf学习" } + }, + { + "path" : "pages/YNEduApp/prac/pracDetail", + "style" : + { + "navigationStyle" : "custom" + } } ], "globalStyle": { diff --git a/pages/YNEduApp/exam/exam.vue b/pages/YNEduApp/exam/exam.vue index 7dfcca1..c966151 100644 --- a/pages/YNEduApp/exam/exam.vue +++ b/pages/YNEduApp/exam/exam.vue @@ -128,7 +128,7 @@ export default { .tab-wrapper { display: flex; justify-content: space-around; - background: #fff; + /* background: #fff; */ margin-bottom: 10px; .tab-item { diff --git a/pages/YNEduApp/index/index.vue b/pages/YNEduApp/index/index.vue index 54a94bc..615fc8a 100644 --- a/pages/YNEduApp/index/index.vue +++ b/pages/YNEduApp/index/index.vue @@ -1,5 +1,6 @@