diff --git a/pages.json b/pages.json index d8ba358..250ffeb 100644 --- a/pages.json +++ b/pages.json @@ -169,6 +169,102 @@ "navigationBarTextStyle": "white" } }, + { + "path": "pages/profile/user-info", + "style": { + "navigationBarTitleText": "个人信息", + "navigationBarBackgroundColor": "#FF8A80", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/profile/family", + "style": { + "navigationBarTitleText": "家庭管理", + "navigationBarBackgroundColor": "#FF8A80", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/profile/reminders", + "style": { + "navigationBarTitleText": "提醒事项", + "navigationBarBackgroundColor": "#FF8A80", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/profile/notifications", + "style": { + "navigationBarTitleText": "消息通知", + "navigationBarBackgroundColor": "#FF8A80", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/profile/privacy", + "style": { + "navigationBarTitleText": "隐私设置", + "navigationBarBackgroundColor": "#FF8A80", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/profile/feedback", + "style": { + "navigationBarTitleText": "意见反馈", + "navigationBarBackgroundColor": "#FF8A80", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/adoption/my-adoption", + "style": { + "navigationBarTitleText": "我的领养", + "navigationBarBackgroundColor": "#FF8A80", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/adoption/my-published", + "style": { + "navigationBarTitleText": "我发布的", + "navigationBarBackgroundColor": "#FF8A80", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/adoption/my-applications", + "style": { + "navigationBarTitleText": "我申请的", + "navigationBarBackgroundColor": "#FF8A80", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/adoption/publish", + "style": { + "navigationBarTitleText": "发布领养", + "navigationBarBackgroundColor": "#FF8A80", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/review/review", + "style": { + "navigationBarTitleText": "产品评测", + "navigationBarBackgroundColor": "#FF8A80", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/review/detail", + "style": { + "navigationBarTitleText": "评测详情", + "navigationBarBackgroundColor": "#FF8A80", + "navigationBarTextStyle": "white" + } + }, { "path": "pages/index/index", @@ -207,6 +303,12 @@ "iconPath": "static/tabbar/assistant.png", "selectedIconPath": "static/tabbar/assistant-active.png" }, + { + "pagePath": "pages/review/review", + "text": "评测", + "iconPath": "static/tabbar/review.png", + "selectedIconPath": "static/tabbar/review-active.png" + }, { "pagePath": "pages/adoption/adoption", "text": "领养", diff --git a/pages/adoption/my-adoption.vue b/pages/adoption/my-adoption.vue new file mode 100644 index 0000000..2cd8318 --- /dev/null +++ b/pages/adoption/my-adoption.vue @@ -0,0 +1,902 @@ + + + + + diff --git a/pages/adoption/my-applications.vue b/pages/adoption/my-applications.vue new file mode 100644 index 0000000..d9b0860 --- /dev/null +++ b/pages/adoption/my-applications.vue @@ -0,0 +1,831 @@ + + + + + diff --git a/pages/adoption/my-published.vue b/pages/adoption/my-published.vue new file mode 100644 index 0000000..a8a8502 --- /dev/null +++ b/pages/adoption/my-published.vue @@ -0,0 +1,852 @@ + + + + + diff --git a/pages/adoption/publish.vue b/pages/adoption/publish.vue new file mode 100644 index 0000000..b18e3f4 --- /dev/null +++ b/pages/adoption/publish.vue @@ -0,0 +1,1082 @@ + + + + + diff --git a/pages/profile/family.vue b/pages/profile/family.vue new file mode 100644 index 0000000..faa322a --- /dev/null +++ b/pages/profile/family.vue @@ -0,0 +1,908 @@ + + + + + diff --git a/pages/profile/feedback.vue b/pages/profile/feedback.vue new file mode 100644 index 0000000..f2158b9 --- /dev/null +++ b/pages/profile/feedback.vue @@ -0,0 +1,994 @@ + + + + + diff --git a/pages/profile/notifications.vue b/pages/profile/notifications.vue new file mode 100644 index 0000000..a33ccee --- /dev/null +++ b/pages/profile/notifications.vue @@ -0,0 +1,815 @@ + + + + + diff --git a/pages/profile/privacy.vue b/pages/profile/privacy.vue new file mode 100644 index 0000000..1d12b1e --- /dev/null +++ b/pages/profile/privacy.vue @@ -0,0 +1,764 @@ + + + + + diff --git a/pages/profile/reminders.vue b/pages/profile/reminders.vue new file mode 100644 index 0000000..8eb6071 --- /dev/null +++ b/pages/profile/reminders.vue @@ -0,0 +1,1012 @@ + + + + + diff --git a/pages/profile/user-info.vue b/pages/profile/user-info.vue new file mode 100644 index 0000000..2bacdf6 --- /dev/null +++ b/pages/profile/user-info.vue @@ -0,0 +1,581 @@ + + + + + diff --git a/pages/review/detail.vue b/pages/review/detail.vue new file mode 100644 index 0000000..5b16c22 --- /dev/null +++ b/pages/review/detail.vue @@ -0,0 +1,824 @@ + + + + + diff --git a/pages/review/review.vue b/pages/review/review.vue new file mode 100644 index 0000000..3f511c4 --- /dev/null +++ b/pages/review/review.vue @@ -0,0 +1,1106 @@ + + + + + diff --git a/static/tabbar/review-active.png b/static/tabbar/review-active.png new file mode 100644 index 0000000..affbd39 Binary files /dev/null and b/static/tabbar/review-active.png differ diff --git a/static/tabbar/review.png b/static/tabbar/review.png new file mode 100644 index 0000000..dea73fa Binary files /dev/null and b/static/tabbar/review.png differ