From 8fe4f256bfd9ad7df542f4977ac1d5ad88842a08 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Mon, 19 Aug 2024 17:53:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=83=E4=B9=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 15 +- pages/YNEduApp/exam/exam.vue | 2 +- pages/YNEduApp/index/index.vue | 1 + pages/YNEduApp/learnProj/learnProjDetail.vue | 148 +++++--- pages/YNEduApp/prac/prac.vue | 343 ++++++++++--------- pages/YNEduApp/prac/pracDetail.vue | 213 ++++++++++++ static/images/练习.png | Bin 0 -> 903 bytes static/images/考试.png | Bin 0 -> 959 bytes static/images/课程.png | Bin 0 -> 1228 bytes 9 files changed, 500 insertions(+), 222 deletions(-) create mode 100644 pages/YNEduApp/prac/pracDetail.vue create mode 100644 static/images/练习.png create mode 100644 static/images/考试.png create mode 100644 static/images/课程.png 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 @@