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 @@
+
+
+
+
+ *婚史要求
+
+
+
+ {{array[index].name}}
+
+
+
+
+
+
+
+ *最低身高
+
+
+
+ {{array[index].name}}
+
+
+
+
+
+
+
+ *其他要求
+ {{ contentArea.length }}/200
+
+
+
+
+
+
+
+
+
+ 保存
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/my/memberDetails.vue b/pages/my/memberDetails.vue
index 6adee42..9922df9 100644
--- a/pages/my/memberDetails.vue
+++ b/pages/my/memberDetails.vue
@@ -75,7 +75,7 @@
-
+
diff --git a/pages/my/qzone.vue b/pages/my/qzone.vue
new file mode 100644
index 0000000..88698c8
--- /dev/null
+++ b/pages/my/qzone.vue
@@ -0,0 +1,30 @@
+
+
+
+ 7月
+
+
+
+
+
+
+
+ 8月
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/my/setting.vue b/pages/my/setting.vue
index 59e0bba..58a48db 100644
--- a/pages/my/setting.vue
+++ b/pages/my/setting.vue
@@ -24,7 +24,7 @@
-
+
@@ -37,7 +37,7 @@
-
+
@@ -50,7 +50,7 @@
-
+
diff --git a/pages/my/workEconomy.vue b/pages/my/workEconomy.vue
new file mode 100644
index 0000000..53c1e04
--- /dev/null
+++ b/pages/my/workEconomy.vue
@@ -0,0 +1,356 @@
+
+
+
+
+ *年薪
+
+
+
+ {{array[index].name}}
+
+
+
+
+
+
+
+ 职务
+
+
+
+
+
+
+
+ *家庭成员
+
+ 请选择
+
+
+
+ {{item.name}}
+
+
+
+
+
+ 请选择你的家庭成员
+
+
+
+ {{item.name}}
+
+
+
+
+ 确认选择
+
+
+
+
+
+
+ 保存
+
+
+
+
+
+
+
+
+
+