From 15093216f8855ba9a6af2ab706d3599bdd808ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E5=8F=AF?= <1284707383@qq.com> Date: Fri, 20 Aug 2021 16:55:34 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B6=88=E6=81=AF=E7=AA=97=E5=8F=A3/?= =?UTF-8?q?=E6=88=91=E7=9A=84=E5=8A=A8=E6=80=81/=E5=AE=B6=E5=BA=AD?= =?UTF-8?q?=E7=BB=8F=E6=B5=8E=E6=83=85=E5=86=B5/=E6=8B=A9=E5=81=B6?= =?UTF-8?q?=E6=A0=87=E5=87=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 24 +++ pages/my/contact.vue | 166 +++++++++++++++++ pages/my/editInfo.vue | 4 +- pages/my/index.vue | 10 +- pages/my/matePerfance.vue | 140 +++++++++++++++ pages/my/memberDetails.vue | 2 +- pages/my/qzone.vue | 30 ++++ pages/my/workEconomy.vue | 356 +++++++++++++++++++++++++++++++++++++ 8 files changed, 724 insertions(+), 8 deletions(-) create mode 100644 pages/my/contact.vue create mode 100644 pages/my/matePerfance.vue create mode 100644 pages/my/qzone.vue create mode 100644 pages/my/workEconomy.vue diff --git a/pages.json b/pages.json index 9648f06..e68e79f 100644 --- a/pages.json +++ b/pages.json @@ -78,6 +78,18 @@ "navigationBarTitleText": "编辑资料" } }, + { + "path": "pages/my/matePerfance", + "style": { + "navigationBarTitleText": "择偶要求" + } + }, + { + "path": "pages/my/workEconomy", + "style": { + "navigationBarTitleText": "工作经济家庭" + } + }, { "path": "pages/my/welfare", "style": { @@ -98,12 +110,24 @@ "navigationBarTitleText": "关注公众号" } }, + { + "path": "pages/my/contact", + "style": { + "navigationBarTitleText": "联系" + } + }, { "path": "pages/my/setting", "style": { "navigationBarTitleText": "设置" } }, + { + "path": "pages/my/qzone", + "style": { + "navigationBarTitleText": "我的动态" + } + }, { "path": "pages/my/memberVip", "style": { diff --git a/pages/my/contact.vue b/pages/my/contact.vue new file mode 100644 index 0000000..36cdaac --- /dev/null +++ b/pages/my/contact.vue @@ -0,0 +1,166 @@ + + + + + + + \ No newline at end of file diff --git a/pages/my/editInfo.vue b/pages/my/editInfo.vue index d112b4b..1952089 100644 --- a/pages/my/editInfo.vue +++ b/pages/my/editInfo.vue @@ -35,7 +35,7 @@ 工作经济家庭 - 去完善 + 去完善 已购车无贷款 @@ -46,7 +46,7 @@ 择偶要求 - 去完善 + 去完善 未婚 diff --git a/pages/my/index.vue b/pages/my/index.vue index ed5c812..f8d52e4 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -89,7 +89,7 @@ {name: '我的红娘',icon:'github-circle-fill',path: '/pages/my/exclusiveMatch',pic: '../../static/my/red.png'}, {name: '实名认证',icon:'email',path: '/pages/my/authentication',pic: '../../static/my/authen.png'}, {name: '我的收藏',icon:'qzone',path: '/pages/my/collect',pic: '../../static/my/collect.png'}, - {name: '我的动态',icon:'moments',pic: '../../static/my/qzone.png'}, + {name: '我的动态',icon:'moments',path:'/pages/my/qzone',pic: '../../static/my/qzone.png'}, {name: '福利中心',icon:'red-packet',path:'/pages/my/welfare',pic: '../../static/my/welhare.png'}, {name: '公众号',icon:'google-circle-fill',path:'/pages/my/officialAccount',pic: '../../static/my/public.png'}, {name: '联系客服',icon:'kefu-ermai',path: '/pages/my/service',pic: '../../static/my/service.png'}, @@ -158,7 +158,7 @@ .head-top-wrap { width: 100%; - height: 656rpx; + height: 180rpx; /* z-index: -1; */ overflow: hidden; position: relative; @@ -167,7 +167,7 @@ .head-top::after { content: ''; width: 100%; - height: 525rpx; + height: 529rpx; position: absolute; left: 0; top: 0; @@ -178,7 +178,7 @@ .tips-wrap { overflow: hidden; - height: 656rpx; + height: 660rpx; border-radius: 0 586px 586px/0 0 200rpx 200rpx; position: absolute; top: -494rpx; @@ -186,7 +186,7 @@ .tips { width: 686rpx; - height: 121rpx; + height: 125rpx; background-color: #314177; border-radius: 20rpx; position: relative; diff --git a/pages/my/matePerfance.vue b/pages/my/matePerfance.vue new file mode 100644 index 0000000..3d23798 --- /dev/null +++ b/pages/my/matePerfance.vue @@ -0,0 +1,140 @@ +