From 41eaa275fa1a53a40d69077bfbc6e971f28ecc43 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com>
Date: Wed, 18 Aug 2021 10:52:08 +0800
Subject: [PATCH 1/2] =?UTF-8?q?[=E5=AE=8C=E6=88=90]=20=E5=8F=91=E7=8E=B0?=
=?UTF-8?q?=E9=A1=B5UI=20[=E5=AE=8C=E6=88=90=E5=BE=85=E4=BC=98=E5=8C=96]?=
=?UTF-8?q?=20=E5=B0=81=E8=A3=85=E9=87=8D=E5=8F=A0=E5=A4=B4=E5=83=8F?=
=?UTF-8?q?=E7=BB=84=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/lf-nolanPhoto/lf-nolanPhoto.vue | 48 ++++++
pages/find/find.vue | 182 ++++++++++++++++++++-
2 files changed, 228 insertions(+), 2 deletions(-)
create mode 100644 components/lf-nolanPhoto/lf-nolanPhoto.vue
diff --git a/components/lf-nolanPhoto/lf-nolanPhoto.vue b/components/lf-nolanPhoto/lf-nolanPhoto.vue
new file mode 100644
index 0000000..504b2ca
--- /dev/null
+++ b/components/lf-nolanPhoto/lf-nolanPhoto.vue
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/find/find.vue b/pages/find/find.vue
index 8aa150e..e59fc76 100644
--- a/pages/find/find.vue
+++ b/pages/find/find.vue
@@ -1,14 +1,81 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+ 编号 73949
+ 我更新了相册
+
+
+
+
+
+
+
+
+
+
+ 08:38
+
+ ···
+
+
+
+ 赞
+
+
+
+ 评论
+
+
+
+ 分享
+
+
+
+
+
+
+
+
+
+
+
+
+
From 5372041397eaacdd3a85ac04041cf6d2203091c3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com>
Date: Wed, 18 Aug 2021 11:41:34 +0800
Subject: [PATCH 2/2] =?UTF-8?q?[=E5=AE=8C=E6=88=90]=20=E6=B6=88=E6=81=AF?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2UI?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 12 ++++----
pages/messageCenter/index.vue | 53 +++++++++++++++++++++++++++++++---
pages/messageCenter/system.vue | 53 ++++++++++++++++++++++++++++++++++
3 files changed, 108 insertions(+), 10 deletions(-)
create mode 100644 pages/messageCenter/system.vue
diff --git a/pages.json b/pages.json
index a7690f2..4de7595 100644
--- a/pages.json
+++ b/pages.json
@@ -100,12 +100,6 @@
"navigationBarTitleText": "设置"
}
},
- {
- "path": "pages/my/setting",
- "style": {
- "navigationBarTitleText": "VIP会员"
- }
- },
{
"path": "pages/userList/userList",
"style": {
@@ -130,6 +124,12 @@
"style": {
"navigationBarTitleText": "消息"
}
+ },
+ {
+ "path": "pages/messageCenter/system",
+ "style": {
+ "navigationBarTitleText": "系统消息"
+ }
}
],
"globalStyle": {
diff --git a/pages/messageCenter/index.vue b/pages/messageCenter/index.vue
index 8aa150e..49dc27b 100644
--- a/pages/messageCenter/index.vue
+++ b/pages/messageCenter/index.vue
@@ -1,6 +1,17 @@
-
-
+
+
+
+
+
+ {{ item.title }}
+ {{ item.desc }}
+
+
+
+
+
+
@@ -8,7 +19,25 @@
export default {
data(){
return {
-
+ list: [{
+ title: '消息订阅',
+ desc: '关闭后将错过不少缘分',
+ icon: '',
+ path: '',
+ unread_count: 0
+ },{
+ title: '联系过的人',
+ desc: '去看看哪些人联系过了',
+ icon: '',
+ path: '',
+ unread_count: 0
+ },{
+ title: '系统消息',
+ desc: '查看官方消息',
+ icon: '',
+ path: '/pages/messageCenter/system',
+ unread_count: 0
+ }]
}
},
onLoad(){
@@ -21,5 +50,21 @@
diff --git a/pages/messageCenter/system.vue b/pages/messageCenter/system.vue
new file mode 100644
index 0000000..7a93bf9
--- /dev/null
+++ b/pages/messageCenter/system.vue
@@ -0,0 +1,53 @@
+
+
+
+
+ 小程序里发动态教程
+ 2021-08-06
+
+ 小程序里发动态教程
+
+
+
+
+
+
+
+
+