diff --git a/pages.json b/pages.json index 24ad64a..66a96f6 100644 --- a/pages.json +++ b/pages.json @@ -42,11 +42,23 @@ } }, { - "path": "pages/mine/info/index", + "path": "pages/mine/me/index", "style": { "navigationBarTitleText": "个人信息" } }, + { + "path": "pages/mine/me/basicInfo", + "style": { + "navigationBarTitleText": "基本信息" + } + }, + { + "path": "pages/mine/me/bindingPhone", + "style": { + "navigationBarTitleText": "已绑定手机号" + } + }, { "path": "pages/mine/info/edit", "style": { diff --git a/pages/mine/index.vue b/pages/mine/index.vue index 1261085..d2906c6 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -1,198 +1,180 @@ + diff --git a/pages/mine/me/basicInfo.vue b/pages/mine/me/basicInfo.vue new file mode 100644 index 0000000..a20bff3 --- /dev/null +++ b/pages/mine/me/basicInfo.vue @@ -0,0 +1,176 @@ + + + + + + diff --git a/pages/mine/me/bindingPhone.vue b/pages/mine/me/bindingPhone.vue new file mode 100644 index 0000000..dac828b --- /dev/null +++ b/pages/mine/me/bindingPhone.vue @@ -0,0 +1,205 @@ + + + + + + diff --git a/pages/mine/me/index.vue b/pages/mine/me/index.vue new file mode 100644 index 0000000..2ce0cd1 --- /dev/null +++ b/pages/mine/me/index.vue @@ -0,0 +1,136 @@ + + + + + + diff --git a/static/images/my/complaints.png b/static/images/my/complaints.png new file mode 100644 index 0000000..3e452a0 Binary files /dev/null and b/static/images/my/complaints.png differ diff --git a/static/images/my/enter.png b/static/images/my/enter.png new file mode 100644 index 0000000..51fac7c Binary files /dev/null and b/static/images/my/enter.png differ diff --git a/static/images/my/evaluation.png b/static/images/my/evaluation.png new file mode 100644 index 0000000..388123b Binary files /dev/null and b/static/images/my/evaluation.png differ diff --git a/static/images/my/notice.png b/static/images/my/notice.png new file mode 100644 index 0000000..8094a53 Binary files /dev/null and b/static/images/my/notice.png differ diff --git a/static/images/my/personalInfo.png b/static/images/my/personalInfo.png new file mode 100644 index 0000000..cd31984 Binary files /dev/null and b/static/images/my/personalInfo.png differ diff --git a/static/images/my/report.png b/static/images/my/report.png new file mode 100644 index 0000000..3bf21b4 Binary files /dev/null and b/static/images/my/report.png differ