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 @@
+
+
+
+
+ *婚史要求
+
+
+
+ {{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/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}}
+
+
+
+
+ 确认选择
+
+
+
+
+
+
+ 保存
+
+
+
+
+
+
+
+
+
+
From 5d81c16504269902206720dabbbea04f055169e8 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 17:01:38 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E6=88=91=E7=9A=84switch=E6=A0=B7=E5=BC=8F?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/my/setting.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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 @@
-
+