From 774f9a6a9a10b5e906e8834f15daa2115744c179 Mon Sep 17 00:00:00 2001 From: unknown <331404948@qq.com> Date: Wed, 16 Aug 2023 20:13:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=99=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/css/app.scss | 2 + pages.json | 78 ++++- pages/indexEntry/consult/consult.vue | 79 +++++ .../consult/pubComplaint/pubComplaint.vue | 322 +++++++++++++++++++++ pages/indexEntry/consult/pubConsult/pubConsult.vue | 225 ++++++++++++++ .../consult/record/comp/complaintItem.vue | 142 +++++++++ .../indexEntry/consult/record/comp/consultItem.vue | 91 ++++++ pages/indexEntry/consult/record/record.vue | 118 ++++++++ .../findShcool/coachComment/coachComment.vue | 23 ++ pages/indexEntry/findShcool/findShcool.vue | 2 +- pages/indexEntry/findShcool/screen/screen.vue | 87 ++++++ .../findShcool/shcoolComment/shcoolComment.vue | 15 + .../findShcool/shcoolDetail/comp/tab3.vue | 19 +- .../findShcool/shcoolDetail/shcoolDetail.vue | 2 +- pages/indexEntry/publicVideo/comp/videoItem.vue | 45 +++ pages/indexEntry/publicVideo/publicVideo.vue | 45 +++ .../publicVideo/videoDetail/videoDetail.vue | 134 +++++++++ pages/indexEntry/theory/theory.vue | 17 +- pages/tabbar/index/index.vue | 6 +- site.config.js | 9 +- static/images/index/btn_bofang.png | Bin 0 -> 1490 bytes static/images/index/btn_tupian.png | Bin 0 -> 2221 bytes static/images/index/dianzan_cli.png | Bin 0 -> 928 bytes static/images/index/dianzan_nor.png | Bin 0 -> 1337 bytes static/images/index/edit.png | Bin 0 -> 607 bytes static/images/index/fenxiang_nor.png | Bin 0 -> 1635 bytes static/images/index/ic_jilu.png | Bin 0 -> 2039 bytes static/images/index/ic_tousu.png | Bin 0 -> 3421 bytes static/images/index/ic_zixun.png | Bin 0 -> 3423 bytes static/images/index/radio_cli.png | Bin 0 -> 1092 bytes static/images/index/radio_nor.png | Bin 0 -> 919 bytes static/images/index/shoucang_cli.png | Bin 0 -> 1241 bytes static/images/index/shoucang_nor.png | Bin 0 -> 1742 bytes static/images/index/我的@2x.png | Bin 981 -> 0 bytes static/images/index/找考场_slices.zip | Bin 24929 -> 0 bytes static/images/index/报名@2x.png | Bin 1352 -> 0 bytes static/images/index/首页@2x.png | Bin 1205 -> 0 bytes 37 files changed, 1439 insertions(+), 22 deletions(-) create mode 100644 pages/indexEntry/consult/consult.vue create mode 100644 pages/indexEntry/consult/pubComplaint/pubComplaint.vue create mode 100644 pages/indexEntry/consult/pubConsult/pubConsult.vue create mode 100644 pages/indexEntry/consult/record/comp/complaintItem.vue create mode 100644 pages/indexEntry/consult/record/comp/consultItem.vue create mode 100644 pages/indexEntry/consult/record/record.vue create mode 100644 pages/indexEntry/findShcool/coachComment/coachComment.vue create mode 100644 pages/indexEntry/findShcool/screen/screen.vue create mode 100644 pages/indexEntry/findShcool/shcoolComment/shcoolComment.vue create mode 100644 pages/indexEntry/publicVideo/comp/videoItem.vue create mode 100644 pages/indexEntry/publicVideo/publicVideo.vue create mode 100644 pages/indexEntry/publicVideo/videoDetail/videoDetail.vue create mode 100644 static/images/index/btn_bofang.png create mode 100644 static/images/index/btn_tupian.png create mode 100644 static/images/index/dianzan_cli.png create mode 100644 static/images/index/dianzan_nor.png create mode 100644 static/images/index/edit.png create mode 100644 static/images/index/fenxiang_nor.png create mode 100644 static/images/index/ic_jilu.png create mode 100644 static/images/index/ic_tousu.png create mode 100644 static/images/index/ic_zixun.png create mode 100644 static/images/index/radio_cli.png create mode 100644 static/images/index/radio_nor.png create mode 100644 static/images/index/shoucang_cli.png create mode 100644 static/images/index/shoucang_nor.png delete mode 100644 static/images/index/我的@2x.png delete mode 100644 static/images/index/找考场_slices.zip delete mode 100644 static/images/index/报名@2x.png delete mode 100644 static/images/index/首页@2x.png diff --git a/common/css/app.scss b/common/css/app.scss index 3d31400..3ed58ec 100644 --- a/common/css/app.scss +++ b/common/css/app.scss @@ -40,6 +40,8 @@ view { } .pageBgImg { background: url('static/images/bigImg/topbg.png') #F6F6F6 no-repeat; + // background: linear-gradient(180deg, #B29BFF 0%, #4595FF 10%); + // filter: blur(16px); color: #333; // background: url('http://192.168.1.20:81/zhili/image/20230814/625b0f15924541cda70b4616f032d194.png') #F6F6F6 no-repeat; background-size: 100% 362rpx; diff --git a/pages.json b/pages.json index e0235e7..b3ab6f7 100644 --- a/pages.json +++ b/pages.json @@ -51,7 +51,15 @@ } }, { - "path": "findShcool/comments/comments", + "path": "findShcool/shcoolComment/shcoolComment", + "style": { + "navigationBarTitleText": "驾校评价", + "enablePullDownRefresh": true, + "backgroundTextStyle": "dark" + } + }, + { + "path": "findShcool/coachComment/coachComment", "style": { "navigationBarTitleText": "教练评价", "enablePullDownRefresh": true, @@ -59,6 +67,14 @@ } }, { + "path": "findShcool/screen/screen", + "style": { + "navigationBarTitleText": "筛选", + "enablePullDownRefresh": true, + "backgroundTextStyle": "dark" + } + }, + { "path": "iIndustryInfo/iIndustryInfo", "style": { "navigationBarTitleText": "行业资讯", @@ -115,7 +131,7 @@ { "path": "examines/newsDetail/newsDetail", "style": { - "navigationBarTitleText": "考场信息资讯详情", + "navigationBarTitleText": "资讯详情", "navigationStyle": "custom", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" @@ -124,12 +140,68 @@ { "path": "theory/theory", "style": { - "navigationBarTitleText": "考场信息资讯详情", + "navigationBarTitleText": "理论学习", + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark" + } + }, + { + "path": "consult/consult", + "style": { + "navigationBarTitleText": "咨询投诉", + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark" + } + }, + { + "path": "consult/pubConsult/pubConsult", + "style": { + "navigationBarTitleText": "我要咨询", + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark" + } + }, + { + "path": "consult/pubComplaint/pubComplaint", + "style": { + "navigationBarTitleText": "我要咨询", + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark" + } + }, + { + "path": "consult/record/record", + "style": { + "navigationBarTitleText": "我要咨询", + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark" + } + }, + { + "path": "publicVideo/publicVideo", + "style": { + "navigationBarTitleText": "我要咨询", + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark" + } + }, + { + "path": "publicVideo/videoDetail/videoDetail", + "style": { + "navigationBarTitleText": "我要咨询", "navigationStyle": "custom", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" } } + + ] }, { diff --git a/pages/indexEntry/consult/consult.vue b/pages/indexEntry/consult/consult.vue new file mode 100644 index 0000000..a2ef35b --- /dev/null +++ b/pages/indexEntry/consult/consult.vue @@ -0,0 +1,79 @@ + + + + + \ No newline at end of file diff --git a/pages/indexEntry/consult/pubComplaint/pubComplaint.vue b/pages/indexEntry/consult/pubComplaint/pubComplaint.vue new file mode 100644 index 0000000..867854b --- /dev/null +++ b/pages/indexEntry/consult/pubComplaint/pubComplaint.vue @@ -0,0 +1,322 @@ + + + + + \ No newline at end of file diff --git a/pages/indexEntry/consult/pubConsult/pubConsult.vue b/pages/indexEntry/consult/pubConsult/pubConsult.vue new file mode 100644 index 0000000..face3ab --- /dev/null +++ b/pages/indexEntry/consult/pubConsult/pubConsult.vue @@ -0,0 +1,225 @@ + + + + + \ No newline at end of file diff --git a/pages/indexEntry/consult/record/comp/complaintItem.vue b/pages/indexEntry/consult/record/comp/complaintItem.vue new file mode 100644 index 0000000..6896b22 --- /dev/null +++ b/pages/indexEntry/consult/record/comp/complaintItem.vue @@ -0,0 +1,142 @@ + + + + + \ No newline at end of file diff --git a/pages/indexEntry/consult/record/comp/consultItem.vue b/pages/indexEntry/consult/record/comp/consultItem.vue new file mode 100644 index 0000000..f0dd975 --- /dev/null +++ b/pages/indexEntry/consult/record/comp/consultItem.vue @@ -0,0 +1,91 @@ + + + + + \ No newline at end of file diff --git a/pages/indexEntry/consult/record/record.vue b/pages/indexEntry/consult/record/record.vue new file mode 100644 index 0000000..cca478c --- /dev/null +++ b/pages/indexEntry/consult/record/record.vue @@ -0,0 +1,118 @@ + + + + + \ No newline at end of file diff --git a/pages/indexEntry/findShcool/coachComment/coachComment.vue b/pages/indexEntry/findShcool/coachComment/coachComment.vue new file mode 100644 index 0000000..df21c2a --- /dev/null +++ b/pages/indexEntry/findShcool/coachComment/coachComment.vue @@ -0,0 +1,23 @@ + + + + + \ No newline at end of file diff --git a/pages/indexEntry/findShcool/findShcool.vue b/pages/indexEntry/findShcool/findShcool.vue index 6eebfbc..58d9f56 100644 --- a/pages/indexEntry/findShcool/findShcool.vue +++ b/pages/indexEntry/findShcool/findShcool.vue @@ -8,7 +8,7 @@ {{ item.text }} - + 筛选 diff --git a/pages/indexEntry/findShcool/screen/screen.vue b/pages/indexEntry/findShcool/screen/screen.vue new file mode 100644 index 0000000..87bc4bc --- /dev/null +++ b/pages/indexEntry/findShcool/screen/screen.vue @@ -0,0 +1,87 @@ + + + + + \ No newline at end of file diff --git a/pages/indexEntry/findShcool/shcoolComment/shcoolComment.vue b/pages/indexEntry/findShcool/shcoolComment/shcoolComment.vue new file mode 100644 index 0000000..8a754f9 --- /dev/null +++ b/pages/indexEntry/findShcool/shcoolComment/shcoolComment.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/pages/indexEntry/findShcool/shcoolDetail/comp/tab3.vue b/pages/indexEntry/findShcool/shcoolDetail/comp/tab3.vue index 9a3cc68..c6fc0ac 100644 --- a/pages/indexEntry/findShcool/shcoolDetail/comp/tab3.vue +++ b/pages/indexEntry/findShcool/shcoolDetail/comp/tab3.vue @@ -1,7 +1,7 @@