From 6fd74bf0a0e3c97a6aa4c5e5f58ab8a42dd6379f Mon Sep 17 00:00:00 2001 From: Bobi <2166145077@qq.com> Date: Wed, 13 Nov 2024 15:28:38 +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 --- App.vue | 15 +++-- components/list/activity/activityItem.vue | 11 ++++ components/list/dynamic/dynamicItem.vue | 31 ++++++---- components/list/dynamic/userHeadItem.vue | 10 +++- pages/index/index.vue | 5 ++ pages_order/car/carList.vue | 57 +++++++++---------- pages_order/components/list/cart/cartItem.vue | 1 + .../components/list/gourmet/gourmetItem.vue | 1 + .../components/list/renting/rentingItem.vue | 2 + pages_order/gourmet/gourmetList.vue | 64 ++++++++++----------- pages_order/renting/rentingList.vue | 66 ++++++++++------------ pages_order/work/workList.vue | 40 +++++++------ 12 files changed, 165 insertions(+), 138 deletions(-) diff --git a/App.vue b/App.vue index 282efb9..956ca6d 100644 --- a/App.vue +++ b/App.vue @@ -29,13 +29,12 @@ } } - .screenSearch{ - .uv-drop-down{ - background: transparent !important; - border: none !important; - // .uv-text__value{ - // color: #fff !important; - // } - } + .uv-drop-down{ + background: transparent !important; + border: none !important; + justify-content: space-around !important; + // .uv-text__value{ + // color: #fff !important; + // } } diff --git a/components/list/activity/activityItem.vue b/components/list/activity/activityItem.vue index d230f7e..a6cbb75 100644 --- a/components/list/activity/activityItem.vue +++ b/components/list/activity/activityItem.vue @@ -14,6 +14,15 @@ {{ item.isComment }}条评论 + + 点赞 + + + + + + 分享 + - - - - - + + + + + {{ item.isBrowse }}浏览 @@ -12,7 +12,16 @@ {{ item.isComment }}条评论 - + + 点赞 + + + + + + 分享 + + @@ -21,7 +30,7 @@ import userHeadItem from '@/components/list/dynamic/userHeadItem.vue' import daynamicInfo from '@/components/list/dynamic/daynamicInfo.vue' export default { - components : { + components: { userHeadItem, daynamicInfo, }, @@ -29,11 +38,9 @@ item: {}, }, data() { - return { - } - }, - methods: { + return {} }, + methods: {}, } @@ -51,8 +58,10 @@ font-size: 24rpx; .browse { + display: flex; margin: 0rpx 30rpx; color: rgb(132, 132, 132); + margin-left: 10rpx; } } } diff --git a/components/list/dynamic/userHeadItem.vue b/components/list/dynamic/userHeadItem.vue index 0d8362d..87af665 100644 --- a/components/list/dynamic/userHeadItem.vue +++ b/components/list/dynamic/userHeadItem.vue @@ -3,6 +3,7 @@ + @@ -20,10 +21,15 @@ {{ item.addId }} + + #{{item.classId_dictText}} + + {{ item.isContent }} + @@ -35,8 +41,8 @@ 12:34 --> - + @@ -127,8 +133,10 @@ .Month { margin: 0rpx 15rpx; } + } } + } \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index 6b6e512..c671c24 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -82,6 +82,8 @@ + + @@ -99,6 +101,7 @@ + + + - - - - + + + + - + - + - + - + - + @@ -37,17 +25,17 @@ import cartItem from '../components/list/cart/cartItem.vue' export default { mixins: [mixinsList], - components : { + components: { cartItem, screenRen, }, data() { return { - mixinsListApi : 'getCatPage', + mixinsListApi: 'getCatPage', } }, methods: { - clickItem(result){ + clickItem(result) { this.queryParams = { pageNo: 1, pageSize: 10, @@ -62,9 +50,16 @@ + \ No newline at end of file diff --git a/pages_order/components/list/cart/cartItem.vue b/pages_order/components/list/cart/cartItem.vue index 4f71254..562fcb5 100644 --- a/pages_order/components/list/cart/cartItem.vue +++ b/pages_order/components/list/cart/cartItem.vue @@ -61,6 +61,7 @@ display: flex; font-size: 24rpx; margin: 30rpx 0; + position: relative; image { width: 50%; diff --git a/pages_order/components/list/gourmet/gourmetItem.vue b/pages_order/components/list/gourmet/gourmetItem.vue index 512872f..547514f 100644 --- a/pages_order/components/list/gourmet/gourmetItem.vue +++ b/pages_order/components/list/gourmet/gourmetItem.vue @@ -69,6 +69,7 @@ overflow: hidden; border-radius: 10rpx; color: #777; + position: relative; } .box { display: flex; diff --git a/pages_order/components/list/renting/rentingItem.vue b/pages_order/components/list/renting/rentingItem.vue index b0e9484..3a98cb5 100644 --- a/pages_order/components/list/renting/rentingItem.vue +++ b/pages_order/components/list/renting/rentingItem.vue @@ -60,6 +60,8 @@ border-radius: 20rpx; box-shadow: 0 0 6rpx 6rpx #00000011; margin: 24rpx; + position: relative; + background-color: #fff; image{ width: 180rpx; height: 180rpx; diff --git a/pages_order/gourmet/gourmetList.vue b/pages_order/gourmet/gourmetList.vue index de92a47..31e752b 100644 --- a/pages_order/gourmet/gourmetList.vue +++ b/pages_order/gourmet/gourmetList.vue @@ -1,57 +1,48 @@ + \ No newline at end of file diff --git a/pages_order/renting/rentingList.vue b/pages_order/renting/rentingList.vue index e84b0d4..c90816f 100644 --- a/pages_order/renting/rentingList.vue +++ b/pages_order/renting/rentingList.vue @@ -1,57 +1,50 @@ \ No newline at end of file diff --git a/pages_order/work/workList.vue b/pages_order/work/workList.vue index d823338..2e3b91e 100644 --- a/pages_order/work/workList.vue +++ b/pages_order/work/workList.vue @@ -1,21 +1,20 @@