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