From ed94f1796ada88d5405ab92555bbfd28e6a4c86f Mon Sep 17 00:00:00 2001
From: Bobi <2166145077@qq.com>
Date: Thu, 14 Nov 2024 00:10:20 +0800
Subject: [PATCH] =?UTF-8?q?=E7=B2=89=E4=B8=9D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/list/dynamic/dynamicItem.vue | 31 +++-
components/list/dynamic/userHeadItem.vue | 220 +++++++++++++++-----------
components/user/createDetailPopup.vue | 49 ++++--
pages/index/center.vue | 11 +-
pages/index/index.vue | 53 ++-----
pages_order/car/carList.vue | 31 +++-
pages_order/components/list/cart/cartItem.vue | 179 ++++++++++++++++-----
7 files changed, 379 insertions(+), 195 deletions(-)
diff --git a/components/list/dynamic/dynamicItem.vue b/components/list/dynamic/dynamicItem.vue
index cbeb94f..db91395 100644
--- a/components/list/dynamic/dynamicItem.vue
+++ b/components/list/dynamic/dynamicItem.vue
@@ -6,20 +6,36 @@
+
- {{ item.isBrowse }}浏览
+ {{ item.isBrowse }}
+
+
+
+
- {{ item.isComment }}条评论
+ {{ item.isComment }}
+
+
+
+
- 点赞
+ 22
+
+
+
+
+
+
-
+ 0
+
- 分享
+
@@ -59,10 +75,15 @@
.browse {
display: flex;
+ justify-content: center;
+ align-items: center;
margin: 0rpx 30rpx;
color: rgb(132, 132, 132);
margin-left: 10rpx;
}
+ .bontt{
+ margin: 0rpx 5rpx;
+ }
}
}
\ No newline at end of file
diff --git a/components/list/dynamic/userHeadItem.vue b/components/list/dynamic/userHeadItem.vue
index 87af665..5cb0e1b 100644
--- a/components/list/dynamic/userHeadItem.vue
+++ b/components/list/dynamic/userHeadItem.vue
@@ -1,49 +1,64 @@
-
-
-
+
+
+
+ #{{item.classId_dictText}}
+
-
-
-
-
- {{ item.userName }}
-
-
-
- {{ item.sex }}
-
-
-
- {{ item.yearDate }}
-
-
-
- {{ item.addId }}
-
-
- #{{item.classId_dictText}}
-
-
-
-
- {{ item.isContent }}
-
-
+
+
+
+
+
+
-
-
-
- {{ item.createTime }}发布
+
+
+
+
+ {{ item.userName }}
+
+
+
+ {{ item.sex }}
+
+
+
+ {{ item.yearDate }}
+
+
+
+ {{ item.addId }}
+
+
+
+
+
+ {{ item.isContent }}
+
+
-
+ {{ item.createTime }}发布
+
+
+
+
+
-
+
\ No newline at end of file
diff --git a/components/user/createDetailPopup.vue b/components/user/createDetailPopup.vue
index 8bb7063..6438a70 100644
--- a/components/user/createDetailPopup.vue
+++ b/components/user/createDetailPopup.vue
@@ -1,7 +1,25 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -64,17 +82,26 @@
\ No newline at end of file