From 73fd9c4dd85c02d59e1d681c2e60954735cdcfdc Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Tue, 4 Nov 2025 15:32:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=AE=B6=E5=8A=A0=E7=9B=9F=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E6=8A=BD=E7=A6=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/ContactFloatingButton.vue | 176 +-------------------- app/components/MerchantForm.vue | 189 +++++++++++++++++++++++ app/pages/merchantFranchise/index.vue | 175 +-------------------- 3 files changed, 194 insertions(+), 346 deletions(-) create mode 100644 app/components/MerchantForm.vue diff --git a/app/components/ContactFloatingButton.vue b/app/components/ContactFloatingButton.vue index 4c78e68..360fa26 100644 --- a/app/components/ContactFloatingButton.vue +++ b/app/components/ContactFloatingButton.vue @@ -19,98 +19,8 @@ label="商家加盟" variant="subtle"/> @@ -131,86 +41,6 @@ diff --git a/app/components/MerchantForm.vue b/app/components/MerchantForm.vue new file mode 100644 index 0000000..563354a --- /dev/null +++ b/app/components/MerchantForm.vue @@ -0,0 +1,189 @@ + + + + + diff --git a/app/pages/merchantFranchise/index.vue b/app/pages/merchantFranchise/index.vue index cf43cdd..90ca904 100644 --- a/app/pages/merchantFranchise/index.vue +++ b/app/pages/merchantFranchise/index.vue @@ -1,180 +1,9 @@