From c75af5b30357d9ef08739710d1b09da99cd833d8 Mon Sep 17 00:00:00 2001 From: ghusermoon <2673031505@qq.com> Date: Sat, 13 Jun 2020 17:36:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/content-item/index.vue | 124 ++++++++++++++++ pages.json | 35 +++++ pages/index/index.vue | 3 +- pages/user/complaint.vue | 11 +- pages/user/complaintDetails.vue | 117 +++++++++++++++ pages/user/content.vue | 109 ++++++++++++++ pages/user/contentDetails.vue | 173 +++++++++++++++++++++++ pages/user/index.vue | 4 +- pages/user/updatePassword.vue | 10 +- static/image/user/{返回@2x.png => 1.png} | Bin static/image/user/2.png | Bin 0 -> 1431 bytes static/image/user/3.png | Bin 0 -> 1380 bytes static/image/user/4.png | Bin 0 -> 1505 bytes static/image/user/5.png | Bin 0 -> 6226 bytes static/image/user/6.png | Bin 0 -> 3287 bytes static/image/user/7.png | Bin 0 -> 2952 bytes 16 files changed, 575 insertions(+), 11 deletions(-) create mode 100644 components/content-item/index.vue create mode 100644 pages/user/complaintDetails.vue create mode 100644 pages/user/content.vue create mode 100644 pages/user/contentDetails.vue rename static/image/user/{返回@2x.png => 1.png} (100%) create mode 100644 static/image/user/2.png create mode 100644 static/image/user/3.png create mode 100644 static/image/user/4.png create mode 100644 static/image/user/5.png create mode 100644 static/image/user/6.png create mode 100644 static/image/user/7.png diff --git a/components/content-item/index.vue b/components/content-item/index.vue new file mode 100644 index 0000000..b67ae4b --- /dev/null +++ b/components/content-item/index.vue @@ -0,0 +1,124 @@ + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 664b9b7..ecf3575 100644 --- a/pages.json +++ b/pages.json @@ -75,6 +75,29 @@ } } }, + { + "path": "pages/user/content", + "style": { + "navigationBarTitleText": "内容管理", + "app-plus": { + "titleNView": { + "backgroundColor": "#FFFFFF", + "titleColor": "#333333" + } + } + } + }, + { + "path": "pages/user/contentDetails", + "style": { + "app-plus": { + "titleNView": { + "backgroundColor": "#FFFFFF", + "titleColor": "#333333" + } + } + } + }, { "path": "pages/user/complaint", "style": { @@ -86,6 +109,18 @@ } } } + }, + { + "path": "pages/user/complaintDetails", + "style": { + "navigationBarTitleText": "骑手投诉详情", + "app-plus": { + "titleNView": { + "backgroundColor": "#FFFFFF", + "titleColor": "#333333" + } + } + } } ], "globalStyle": { diff --git a/pages/index/index.vue b/pages/index/index.vue index 1e86ffe..f1afabd 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -66,7 +66,7 @@ - + 发布 @@ -271,7 +271,6 @@ export default { height: 36rpx; flex-shrink: 0; margin-bottom: 2rpx; - background-color: aqua; } .text { font-size: 20rpx; diff --git a/pages/user/complaint.vue b/pages/user/complaint.vue index b1107c1..89a0f59 100644 --- a/pages/user/complaint.vue +++ b/pages/user/complaint.vue @@ -1,6 +1,6 @@