From 62b32a036b8e39f7a448c0bbe0108c5700b534d7 Mon Sep 17 00:00:00 2001 From: LL Date: Wed, 7 Jan 2026 13:40:38 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=85=9A=E5=BB=BA=E5=AE=A3?= =?UTF-8?q?=E4=BC=A0=E9=A1=B5=E9=9D=A2=E6=8E=A5=E5=8F=A3=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../promotion/components/promotionDialog.vue | 334 ++++++ .../communityParty/promotion/index.vue | 979 +++++------------- 2 files changed, 601 insertions(+), 712 deletions(-) create mode 100644 src/views/modules/communityParty/promotion/components/promotionDialog.vue diff --git a/src/views/modules/communityParty/promotion/components/promotionDialog.vue b/src/views/modules/communityParty/promotion/components/promotionDialog.vue new file mode 100644 index 000000000..59387a9e3 --- /dev/null +++ b/src/views/modules/communityParty/promotion/components/promotionDialog.vue @@ -0,0 +1,334 @@ + + + + + + \ No newline at end of file diff --git a/src/views/modules/communityParty/promotion/index.vue b/src/views/modules/communityParty/promotion/index.vue index c8e88be49..09653a31b 100644 --- a/src/views/modules/communityParty/promotion/index.vue +++ b/src/views/modules/communityParty/promotion/index.vue @@ -1,36 +1,32 @@