From 60462fb27d7a6f7dfd6f729819cad8a1626a7efb Mon Sep 17 00:00:00 2001 From: 77 <270260644@qq.com> Date: Wed, 6 Nov 2024 18:09:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E8=A3=85=E4=BF=AE=E4=B8=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E6=A0=B7=E5=BC=8F=E4=B8=80=E8=87=B4?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/mobile/CouponCard/index.vue | 22 +- .../components/mobile/MenuGrid/index.vue | 13 +- .../components/mobile/MenuGridTow/config.ts | 80 +++++++ .../components/mobile/MenuGridTow/index.vue | 201 ++++++++++++++++++ .../mobile/MenuGridTow/property.vue | 66 ++++++ .../components/mobile/NoticeBar/index.vue | 2 +- .../components/mobile/ProductCard/index.vue | 60 +++++- .../mobile/PromotionCombination/index.vue | 18 +- .../mobile/PromotionSeckill/index.vue | 68 ++++-- .../src/components/DiyEditor/util.ts | 3 +- 10 files changed, 492 insertions(+), 41 deletions(-) create mode 100644 yudao-admin-vue3/src/components/DiyEditor/components/mobile/MenuGridTow/config.ts create mode 100644 yudao-admin-vue3/src/components/DiyEditor/components/mobile/MenuGridTow/index.vue create mode 100644 yudao-admin-vue3/src/components/DiyEditor/components/mobile/MenuGridTow/property.vue diff --git a/yudao-admin-vue3/src/components/DiyEditor/components/mobile/CouponCard/index.vue b/yudao-admin-vue3/src/components/DiyEditor/components/mobile/CouponCard/index.vue index dd557fd..3e134e7 100644 --- a/yudao-admin-vue3/src/components/DiyEditor/components/mobile/CouponCard/index.vue +++ b/yudao-admin-vue3/src/components/DiyEditor/components/mobile/CouponCard/index.vue @@ -1,7 +1,7 @@ diff --git a/yudao-admin-vue3/src/components/DiyEditor/components/mobile/ProductCard/index.vue b/yudao-admin-vue3/src/components/DiyEditor/components/mobile/ProductCard/index.vue index a7f0de4..998c5aa 100644 --- a/yudao-admin-vue3/src/components/DiyEditor/components/mobile/ProductCard/index.vue +++ b/yudao-admin-vue3/src/components/DiyEditor/components/mobile/ProductCard/index.vue @@ -1,5 +1,23 @@