From f98b460c148a9f2da531a6a4aff5c0621c53d67c Mon Sep 17 00:00:00 2001 From: 77 <270260644@qq.com> Date: Tue, 12 Nov 2024 18:13:06 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=B7=BB=E5=8A=A0=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E8=89=B2=E7=B2=89=E8=89=B2=E4=B8=8E=E6=A9=99=E8=89=B22?= =?UTF-8?q?=E3=80=81=E6=9B=BF=E6=8D=A2=E5=88=86=E7=B1=BB=E5=95=86=E5=93=81?= =?UTF-8?q?=E7=9A=84=E5=B1=95=E7=A4=BA=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../diy/template/ProductCategory.vue | 4 ++-- .../promotion/diy/template/ThemeStyle.vue | 20 +++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/yudao-admin-vue3/src/views/mall/promotion/diy/template/ProductCategory.vue b/yudao-admin-vue3/src/views/mall/promotion/diy/template/ProductCategory.vue index 63b37c7..121a38b 100644 --- a/yudao-admin-vue3/src/views/mall/promotion/diy/template/ProductCategory.vue +++ b/yudao-admin-vue3/src/views/mall/promotion/diy/template/ProductCategory.vue @@ -10,11 +10,11 @@
- +
样式1
- +
样式2
diff --git a/yudao-admin-vue3/src/views/mall/promotion/diy/template/ThemeStyle.vue b/yudao-admin-vue3/src/views/mall/promotion/diy/template/ThemeStyle.vue index 4fd0bc1..516a0cd 100644 --- a/yudao-admin-vue3/src/views/mall/promotion/diy/template/ThemeStyle.vue +++ b/yudao-admin-vue3/src/views/mall/promotion/diy/template/ThemeStyle.vue @@ -22,6 +22,14 @@
生鲜绿
+
+
+
魅力粉
+
+
+
+
活力橙
+
@@ -37,6 +45,14 @@
+
+ +
+
+ +
@@ -66,6 +82,10 @@ setZtClass('lv') }else if(currItem.value == 'blue'){ setZtClass('blue') + }else if(currItem.value == 'pink'){ + setZtClass('pink') + }else if(currItem.value == 'orange'){ + setZtClass('orange') }else{ setZtClass('') }