From 7257f09df0d2083dcc6d4ad2ffb17e7f4f4613fe Mon Sep 17 00:00:00 2001 From: cs10086 <1291454411@qq.com> Date: Thu, 6 Aug 2026 00:12:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=8A=95=E7=A5=A8=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=A8=A1=E5=BC=8F=E5=8F=8A=E6=94=B6=E8=97=8F/?= =?UTF-8?q?=E5=8E=86=E5=8F=B2=E5=88=97=E8=A1=A8=E5=85=9C=E5=BA=95=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../arctcleCollectList/arctcleCollectList.vue | 26 +++++++++++-- pages2/arctcleLikeList/arctcleLikeList.vue | 3 -- pages2/editCms/vote.vue | 39 ++++++++++++------- pages2/historyList/historyList.vue | 5 +-- 4 files changed, 48 insertions(+), 25 deletions(-) diff --git a/pages2/arctcleCollectList/arctcleCollectList.vue b/pages2/arctcleCollectList/arctcleCollectList.vue index 8b95cca..c0d4a7a 100644 --- a/pages2/arctcleCollectList/arctcleCollectList.vue +++ b/pages2/arctcleCollectList/arctcleCollectList.vue @@ -33,6 +33,13 @@ + + + + 该文章已被下架或删除 + + + @@ -130,9 +137,6 @@ async function listLoad(data) { if (data.length !== 0) { const tempListData = data.map(item => { - if (typeof item.article_id.thumbnail === 'string') { - item.article_id[0].thumbnail = [item.article_id[0].thumbnail] - } item.article_id[0].user_id = item.user_id[0] item.article_id[0].last_view_time = new Date(item.last_view_time).getTime() return item.article_id[0] @@ -309,4 +313,20 @@ .pages .uni-list ::v-deep .uni-list--border:after { background-color: #f5f5f5; } + + .main { + display: flex; + justify-content: space-between; + flex-direction: column; + flex: 1; + padding-left: 30rpx; + padding-right: 30rpx; + padding-top: 24rpx; + padding-bottom: 24rpx; + + .title { + font-size: 30rpx; + color: #bbb; + } + } diff --git a/pages2/arctcleLikeList/arctcleLikeList.vue b/pages2/arctcleLikeList/arctcleLikeList.vue index 5aff453..5861e8d 100644 --- a/pages2/arctcleLikeList/arctcleLikeList.vue +++ b/pages2/arctcleLikeList/arctcleLikeList.vue @@ -138,9 +138,6 @@ if (data.length <= 0) return if (data[0].article_id) { const tempListData = data.map(item => { - if (item.article_id[0] && typeof item.article_id[0].thumbnail === 'string') { - item.article_id[0].thumbnail = [item.article_id[0].thumbnail] - } item.article_id[0].user_id = item.user_id[0] item.article_id[0].last_view_time = new Date(item.last_view_time).getTime() return item.article_id[0] diff --git a/pages2/editCms/vote.vue b/pages2/editCms/vote.vue index 97ba9b2..95a2cac 100644 --- a/pages2/editCms/vote.vue +++ b/pages2/editCms/vote.vue @@ -58,7 +58,7 @@ @submit="handleSubmit" :start-year="2000" :end-year="2099" - :time-init="1688860800000" + :time-init="defaultTime" :time-hide="[true, true, true, true, true, true]" :time-label="['年', '月', '日', '时', '分', '秒']" /> @@ -68,7 +68,7 @@