From 226492dc026a2edcfdf26e49d79ce9ebb38f84bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Tue, 31 Dec 2024 14:33:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=BE=B9=E6=A1=86=E5=92=8C?= =?UTF-8?q?=E9=98=B4=E5=BD=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/model-article-list/index.vue | 85 +++--- src/components/model-custom/index.vue | 8 +- .../model-custom/model-custom-setting.vue | 13 +- .../model-custom/model-custom-styles.vue | 8 + .../components/carousel/magic-carousel.vue | 13 +- .../components/carousel/product-list-show.vue | 44 ++- .../components/custom/index.vue | 23 +- .../magic-cube-settings/tabs-styles.vue | 32 +- .../components/video/index.vue | 19 +- src/components/model-data-magic/index.vue | 124 ++++---- .../model-data-magic-content.vue | 101 ++++++- .../model-data-magic-styles.vue | 2 +- src/components/model-goods-list/index.vue | 104 +++---- .../model-img-magic-styles.vue | 1 - src/components/model-seckill/index.vue | 281 ++++++++++-------- .../model-seckill/model-seckill-styles.vue | 42 ++- src/config/const/custom.ts | 34 +++ src/config/const/data-magic.ts | 52 ++++ src/config/const/seckill.ts | 111 +++++++ src/types/global.d.ts | 1 + src/utils/index.ts | 18 +- 21 files changed, 777 insertions(+), 339 deletions(-) diff --git a/src/components/model-article-list/index.vue b/src/components/model-article-list/index.vue index 82fea007..6e1b191b 100644 --- a/src/components/model-article-list/index.vue +++ b/src/components/model-article-list/index.vue @@ -37,32 +37,34 @@
- -
-
- - - - - -
-
-
-
{{ !isEmpty(item.new_title) ? item.new_title : item.data.title }}
-
{{ item.data.describe || '' }}
+ +
+
+
+ + + + +
-
-
{{ field_show.includes('0') ? (!is_obj_empty(item.data) ? item.data.add_time : '2020-06-05 15:20') : '' }}
-
- -
- {{ item.data.access_count ? item.data.access_count : '16' }} +
+
+
{{ !isEmpty(item.new_title) ? item.new_title : item.data.title }}
+
{{ item.data.describe || '' }}
+
+
+
{{ field_show.includes('0') ? (!is_obj_empty(item.data) ? item.data.add_time : '2020-06-05 15:20') : '' }}
+
+ +
+ {{ item.data.access_count ? item.data.access_count : '16' }} +
@@ -76,7 +78,7 @@