diff --git a/components/diy/article-list.vue b/components/diy/article-list.vue index 9a8d9255..ca3ca96b 100644 --- a/components/diy/article-list.vue +++ b/components/diy/article-list.vue @@ -49,15 +49,18 @@ + - +
-
{{ item.new_title ? item.new_title : item.data.title }}
+
{{ item.new_title ? item.new_title : item.data.title }}
{{ item.data.describe || '' }}
- + {{ field_show.includes('0') ? item.data.add_time : '' }} @@ -80,7 +83,7 @@