From f83e2827ab11a9529b9ac958e5915bf6383fe0d6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=9F=B3=E5=8F=AF?= <1284707383@qq.com>
Date: Wed, 25 Aug 2021 17:48:23 +0800
Subject: [PATCH 1/4] =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E8=B7=B3=E8=BD=AC=E6=94=B9=E5=8F=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/my/memberDetails.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pages/my/memberDetails.vue b/pages/my/memberDetails.vue
index 6e673c2..5d8acf5 100644
--- a/pages/my/memberDetails.vue
+++ b/pages/my/memberDetails.vue
@@ -76,7 +76,7 @@
-->
-
+
From ac99394bd18d6aa3404034a626f5f9152a398591 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=9F=B3=E5=8F=AF?= <1284707383@qq.com>
Date: Wed, 25 Aug 2021 18:01:00 +0800
Subject: [PATCH 2/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 11 ++++++-----
pages/index/index.vue | 12 ++++++------
pages/my/editInfo.vue | 11 ++++++-----
pages/my/index.vue | 23 ++++++++++++-----------
4 files changed, 30 insertions(+), 27 deletions(-)
diff --git a/pages.json b/pages.json
index 9107cfa..74fe713 100644
--- a/pages.json
+++ b/pages.json
@@ -302,11 +302,6 @@
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home-active.png",
"text": "首页"
- },{
- "pagePath": "pages/find/find",
- "iconPath": "static/tabbar/find.png",
- "selectedIconPath": "static/tabbar/find-active.png",
- "text": "发现"
},{
"pagePath": "pages/my/index",
"iconPath": "static/tabbar/my.png",
@@ -316,6 +311,12 @@
//二期隐藏部分
// {
+ // "pagePath": "pages/find/find",
+ // "iconPath": "static/tabbar/find.png",
+ // "selectedIconPath": "static/tabbar/find-active.png",
+ // "text": "发现"
+ // },
+ // {
// "pagePath": "pages/messageCenter/index",
// "iconPath": "static/tabbar/message.png",
// "selectedIconPath": "static/tabbar/message-active.png",
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 763f78d..643202c 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -9,27 +9,27 @@
-
-
+
编号 73949
- -->
+
diff --git a/pages/my/editInfo.vue b/pages/my/editInfo.vue
index 44f641b..955bfef 100644
--- a/pages/my/editInfo.vue
+++ b/pages/my/editInfo.vue
@@ -1,7 +1,8 @@
-
+
+
@@ -14,7 +15,7 @@
内心独白
- 去编辑
+
了解Ta的购车、住房情况和家庭成员资料成员资料成员资料成员资料成员资料成员资料成员资料
@@ -23,7 +24,7 @@
基本资料
- 去完善
+
其他省市
@@ -35,7 +36,7 @@
工作经济家庭
- 去完善
+
已购车无贷款
@@ -46,7 +47,7 @@
择偶要求
- 去完善
+
未婚
diff --git a/pages/my/index.vue b/pages/my/index.vue
index a221e27..2ce62b4 100644
--- a/pages/my/index.vue
+++ b/pages/my/index.vue
@@ -16,15 +16,15 @@
绑定手机号
-->
-
+
+
0
谁看过我
@@ -37,7 +37,7 @@
70%
资料完整
-
+ -->
-
+
@@ -87,8 +87,8 @@
list: [
{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',path:'/pages/my/qzone',pic: '../../static/my/qzone.png'},
+ // {name: '我喜欢的',icon:'qzone',path: '/pages/my/collect',pic: '../../static/my/collect.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'},
@@ -151,8 +151,8 @@
.head-top {
width: 100%;
//隐藏部分
- // height: 562rpx;
- height: 480rpx;
+ // height: 480rpx;
+ height: 320rpx;
position: relative;
z-index: 9;
/* background-color: red; */
@@ -169,7 +169,8 @@
.head-top::after {
content: '';
width: 184%;
- height: 440rpx;
+ // height: 440rpx;
+ height: 280rpx;
position: absolute;
left: -312rpx;
top: 0;
From 33342b9434a280fad506845107636128b31ddbc3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=9F=B3=E5=8F=AF?= <1284707383@qq.com>
Date: Wed, 25 Aug 2021 18:35:02 +0800
Subject: [PATCH 3/4] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=81?=
=?UTF-8?q?=E8=B0=83=E8=BD=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/my/authentication.vue | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pages/my/authentication.vue b/pages/my/authentication.vue
index d508913..addc0d4 100644
--- a/pages/my/authentication.vue
+++ b/pages/my/authentication.vue
@@ -6,7 +6,9 @@
预览主页
- 马上认证
+
+
+ 马上认证
已有医生、银行、教师、外贸、IT等单身完成认证
From 6f44ec07d8db93dd045d63b6cc169cd3012599ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=9F=B3=E5=8F=AF?= <1284707383@qq.com>
Date: Wed, 25 Aug 2021 18:36:03 +0800
Subject: [PATCH 4/4] =?UTF-8?q?=E4=BC=9A=E5=91=98=E8=AF=A6=E6=83=85?=
=?UTF-8?q?=E9=9A=90=E8=97=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/my/memberDetails.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/my/memberDetails.vue b/pages/my/memberDetails.vue
index 5d8acf5..0cddf4c 100644
--- a/pages/my/memberDetails.vue
+++ b/pages/my/memberDetails.vue
@@ -16,11 +16,11 @@
24岁·牛·180cm·本科·未婚
自有公司·金融/证券/保险·50万以上
-
+
- 大家好,我是私人订制红娘-笑笑。如果你不想在平台上面曝光,需要我为你全程服务,精准高效,速配脱单的加我微信:18399999999
+
信息资料