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 @@
+
+
+
+
+ 已受理
+ 心机小黑裙连衣裙赫本风夏季爆款...
+
+ 骑手:李先生
+ ¥199.9
+
+
+
+
+
+
\ 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 @@
+
+
+
+ 兽兽
+ 2017-10-14
+
+
+
+
\ 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 @@
-
-
- dsadasdas
-
-
-
-
-
\ No newline at end of file
diff --git a/pages.json b/pages.json
index b83611a..664b9b7 100644
--- a/pages.json
+++ b/pages.json
@@ -50,6 +50,42 @@
}
}
}
+ },
+ {
+ "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/complaint",
+ "style": {
+ "navigationBarTitleText": "骑手投诉",
+ "app-plus": {
+ "titleNView": {
+ "backgroundColor": "#FFFFFF",
+ "titleColor": "#333333"
+ }
+ }
+ }
}
],
"globalStyle": {
diff --git a/pages/user/complaint.vue b/pages/user/complaint.vue
new file mode 100644
index 0000000..b1107c1
--- /dev/null
+++ b/pages/user/complaint.vue
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
\ 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..7e9db19 100644
--- a/pages/user/index.vue
+++ b/pages/user/index.vue
@@ -5,33 +5,42 @@
萨大赛
- dasasd
- asdasd
+ 账号:123456789
+ 个性签名:为梦努力
-
+
-
-
-
+
+ 我的粉丝
+
+
+
+ 内容管理
+
+
+
+ 骑手投诉
+
+
\ 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..7f97739
--- /dev/null
+++ b/pages/user/updatePassword.vue
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 密码必须是8-16位,至少含数字/字母/字符两种组合
+ 确定
+
+
+
+
\ No newline at end of file
diff --git a/static/image/user/返回@2x.png b/static/image/user/返回@2x.png
new file mode 100644
index 0000000..a00d9a1
Binary files /dev/null and b/static/image/user/返回@2x.png differ