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 @@