From 51af86b36eb6ed5cb7ff13cdb6cf95a2ff52cbca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Sat, 23 Nov 2024 16:09:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E5=93=81=E5=92=8C?= =?UTF-8?q?=E6=96=87=E7=AB=A0=E7=9A=84=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/article-list.vue | 23 ++++++-- components/diy/data-magic.vue | 4 ++ components/diy/goods-list.vue | 29 +++++----- .../modules/data-magic/product-list-show.vue | 54 +++++++++---------- 4 files changed, 64 insertions(+), 46 deletions(-) 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.new_title ? item.new_title : item.data.title }} {{ item.data.describe || '' }} - + {{ field_show.includes('0') ? item.data.add_time : '' }} @@ -80,7 +83,7 @@