diff --git a/pages.json b/pages.json index 5056103..d17718a 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 c10caa4..44f641b 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 @@ +