diff --git a/pages.json b/pages.json
index 721224d..e36a8c2 100644
--- a/pages.json
+++ b/pages.json
@@ -109,6 +109,20 @@
"navigationBarBackgroundColor": "#ffffff"
}
},
+ {
+ "path": "pages/my-index/meeting-record/index",
+ "style": {
+ "navigationBarTitleText": "会议记录",
+ "navigationBarBackgroundColor": "#ffffff"
+ }
+ },
+ {
+ "path": "pages/my-index/meeting-record/details",
+ "style": {
+ "navigationBarTitleText": "会议详情",
+ "navigationBarBackgroundColor": "#ffffff"
+ }
+ },
{
"path": "pages/my-index/customer-service/index",
"style": {
diff --git a/pages/my-index/collection/index.vue b/pages/my-index/collection/index.vue
index 6f9a695..e44247c 100644
--- a/pages/my-index/collection/index.vue
+++ b/pages/my-index/collection/index.vue
@@ -29,7 +29,29 @@
- 我的收藏
+
+
+
+
+
+
+ 这是收藏的文案标题
+
+ 这是收藏这是收藏的文这是收藏的文案这是收藏的案这是案这是文案这是收
+
+
+
+
+
+ Admin
+ 2月17日
+
+
+
@@ -41,4 +63,58 @@
padding: 24rpx;
background: #ffffff;
}
+
+ .list-box {
+ padding: 32rpx 24rpx;
+ .card-box + .card-box {
+ margin-top: 16rpx;
+ }
+ .card-box {
+ font-family: PingFang SC, PingFang SC;
+ font-style: normal;
+ text-transform: none;
+ border-radius: 16rpx;
+ background: #ffffff;
+ padding: 32rpx;
+ .top-item {
+ display: flex;
+ justify-content: space-between;
+ .left-box {
+ display: flex;
+ flex-direction: column;
+ text {
+ font-weight: 500;
+ font-size: 28rpx;
+ color: #333333;
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 1;
+ line-clamp: 1;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ word-break: break-all; // 可选:确保长单词也能换行
+ }
+ .text {
+ font-size: 24rpx;
+ color: #999999;
+ margin-top: 16rpx;
+ -webkit-line-clamp: 2;
+ line-clamp: 2;
+ }
+ }
+ .right-img {
+ height: 112rpx;
+ flex-shrink: 0;
+ }
+ }
+ .date-box {
+ display: flex;
+ justify-content: space-between;
+ font-weight: 500;
+ font-size: 24rpx;
+ color: #999999;
+ margin-top: 20rpx;
+ }
+ }
+ }
diff --git a/pages/my-index/meeting-record/details.vue b/pages/my-index/meeting-record/details.vue
new file mode 100644
index 0000000..8a2f5db
--- /dev/null
+++ b/pages/my-index/meeting-record/details.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
+ Admin的视频的会议
+
+
+ 12月14日(周五) 13:45-16:09
+
+
+
+ 会议ID:8755 8445
+
+
+
+
+ 参会人:
+
+
+
+
+ 名字
+
+
+
+
+
+
+
+
+ Admin的视频的会议
+ 12月27日13:27
+
+
+
+
+
+
diff --git a/pages/my-index/meeting-record/index.vue b/pages/my-index/meeting-record/index.vue
new file mode 100644
index 0000000..6f12a0f
--- /dev/null
+++ b/pages/my-index/meeting-record/index.vue
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+ Admin的视频的会议
+ 12月27日13:27
+
+
+
+
+
+
diff --git a/pages/my-index/my-index.vue b/pages/my-index/my-index.vue
index 15b8e8b..e1a2563 100644
--- a/pages/my-index/my-index.vue
+++ b/pages/my-index/my-index.vue
@@ -10,8 +10,16 @@
url: '/pages/my-index/wallet/index'
},
{ name: '我的团队', icon: 'team', url: '/pages/my-index/my-team' },
- { name: '会议记录', icon: 'meeting' },
- { name: '我的朋友圈', icon: 'circle' },
+ {
+ name: '会议记录',
+ icon: 'meeting',
+ url: '/pages/my-index/meeting-record/index'
+ },
+ {
+ name: '我的朋友圈',
+ icon: 'circle',
+ url: '/pages/discover/dynamic/dynamic'
+ },
{
name: '我的收藏',
icon: 'collection',
diff --git a/pages/my-index/styles/meeting-record.scss b/pages/my-index/styles/meeting-record.scss
new file mode 100644
index 0000000..4cbecb5
--- /dev/null
+++ b/pages/my-index/styles/meeting-record.scss
@@ -0,0 +1,34 @@
+// 会议卡片
+.public-meeting-card + .public-meeting-card {
+ margin-top: 32rpx;
+}
+
+.public-meeting-card {
+ display: flex;
+ align-items: center;
+ .left-img {
+ width: 320rpx;
+ height: 192rpx;
+ border-radius: 16rpx;
+ flex-shrink: 0;
+ margin-right: 32rpx;
+ }
+ .right-box {
+ display: flex;
+ flex-direction: column;
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 500;
+
+ font-style: normal;
+ text-transform: none;
+ text {
+ font-size: 32rpx;
+ color: #333333;
+ &:last-child {
+ margin-top: 32rpx;
+ font-size: 28rpx;
+ color: #999999;
+ }
+ }
+ }
+}
diff --git a/static/images/my-index/date-icon.png b/static/images/my-index/date-icon.png
new file mode 100644
index 0000000..6ff2603
Binary files /dev/null and b/static/images/my-index/date-icon.png differ
diff --git a/static/images/my-index/id-icon.png b/static/images/my-index/id-icon.png
new file mode 100644
index 0000000..9ab0ccf
Binary files /dev/null and b/static/images/my-index/id-icon.png differ
diff --git a/static/images/my-index/text-icon.png b/static/images/my-index/text-icon.png
new file mode 100644
index 0000000..f908108
Binary files /dev/null and b/static/images/my-index/text-icon.png differ
diff --git a/static/images/my-index/user-icon.png b/static/images/my-index/user-icon.png
new file mode 100644
index 0000000..443c2d9
Binary files /dev/null and b/static/images/my-index/user-icon.png differ