diff --git a/components/complaint-item/index.vue b/components/complaint-item/index.vue new file mode 100644 index 0000000..25f71c1 --- /dev/null +++ b/components/complaint-item/index.vue @@ -0,0 +1,69 @@ + + + \ No newline at end of file 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/components/fans-item/index.vue b/components/fans-item/index.vue new file mode 100644 index 0000000..20b890d --- /dev/null +++ b/components/fans-item/index.vue @@ -0,0 +1,41 @@ + + + \ No newline at end of file diff --git a/components/user/navs.vue b/components/user/navs.vue deleted file mode 100644 index 5c63d71..0000000 --- a/components/user/navs.vue +++ /dev/null @@ -1,29 +0,0 @@ - - - \ No newline at end of file diff --git a/pages.json b/pages.json index b5d3be8..014ac12 100644 --- a/pages.json +++ b/pages.json @@ -100,6 +100,77 @@ } } } + }, + { + "path": "pages/user/updatePassword", + "style": { + "navigationBarTitleText": "修改密码", + "app-plus": { + "titleNView": { + "backgroundColor": "#FFFFFF", + "titleColor": "#333333" + } + } + } + }, + { + "path": "pages/user/fans", + "style": { + "navigationBarTitleText": "我的粉丝", + "app-plus": { + "titleNView": { + "backgroundColor": "#FFFFFF", + "titleColor": "#333333" + } + } + } + }, + { + "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": { + "navigationBarTitleText": "骑手投诉", + "app-plus": { + "titleNView": { + "backgroundColor": "#FFFFFF", + "titleColor": "#333333" + } + } + } + }, + { + "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 59639b6..a2d490d 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -277,7 +277,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 new file mode 100644 index 0000000..89a0f59 --- /dev/null +++ b/pages/user/complaint.vue @@ -0,0 +1,32 @@ + + + \ No newline at end of file diff --git a/pages/user/complaintDetails.vue b/pages/user/complaintDetails.vue new file mode 100644 index 0000000..fb6474b --- /dev/null +++ b/pages/user/complaintDetails.vue @@ -0,0 +1,117 @@ + + + \ No newline at end of file diff --git a/pages/user/content.vue b/pages/user/content.vue new file mode 100644 index 0000000..70b13fe --- /dev/null +++ b/pages/user/content.vue @@ -0,0 +1,109 @@ + + + \ No newline at end of file diff --git a/pages/user/contentDetails.vue b/pages/user/contentDetails.vue new file mode 100644 index 0000000..3650a28 --- /dev/null +++ b/pages/user/contentDetails.vue @@ -0,0 +1,173 @@ + + + \ No newline at end of file diff --git a/pages/user/fans.vue b/pages/user/fans.vue new file mode 100644 index 0000000..727509d --- /dev/null +++ b/pages/user/fans.vue @@ -0,0 +1,44 @@ + + + \ No newline at end of file diff --git a/pages/user/index.vue b/pages/user/index.vue index 7c8d3c5..8a7425a 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -1,37 +1,46 @@ \ No newline at end of file diff --git a/pages/user/info.vue b/pages/user/info.vue index b78fd0a..f6e4db7 100644 --- a/pages/user/info.vue +++ b/pages/user/info.vue @@ -1,25 +1,59 @@ \ No newline at end of file diff --git a/pages/user/updatePassword.vue b/pages/user/updatePassword.vue new file mode 100644 index 0000000..4ba7d3d --- /dev/null +++ b/pages/user/updatePassword.vue @@ -0,0 +1,60 @@ + + + \ No newline at end of file diff --git a/static/image/user/1.png b/static/image/user/1.png new file mode 100644 index 0000000..a00d9a1 Binary files /dev/null and b/static/image/user/1.png differ diff --git a/static/image/user/2.png b/static/image/user/2.png new file mode 100644 index 0000000..677f54b Binary files /dev/null and b/static/image/user/2.png differ diff --git a/static/image/user/3.png b/static/image/user/3.png new file mode 100644 index 0000000..4d6b6d5 Binary files /dev/null and b/static/image/user/3.png differ diff --git a/static/image/user/4.png b/static/image/user/4.png new file mode 100644 index 0000000..3fe620b Binary files /dev/null and b/static/image/user/4.png differ diff --git a/static/image/user/5.png b/static/image/user/5.png new file mode 100644 index 0000000..cf3ef54 Binary files /dev/null and b/static/image/user/5.png differ diff --git a/static/image/user/6.png b/static/image/user/6.png new file mode 100644 index 0000000..f059d34 Binary files /dev/null and b/static/image/user/6.png differ diff --git a/static/image/user/7.png b/static/image/user/7.png new file mode 100644 index 0000000..ffa4cd3 Binary files /dev/null and b/static/image/user/7.png differ