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 @@