From fda6cf05ada7a2b3dfeefad937055e3b3bd265da Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Tue, 4 Nov 2025 13:45:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E5=95=86=E6=88=B7=E5=8A=A0=E7=9B=9F=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/pages/merchantFranchise/index.vue | 181 ++++++++++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 app/pages/merchantFranchise/index.vue diff --git a/app/pages/merchantFranchise/index.vue b/app/pages/merchantFranchise/index.vue new file mode 100644 index 0000000..e8b48fd --- /dev/null +++ b/app/pages/merchantFranchise/index.vue @@ -0,0 +1,181 @@ + + + + + + 商家加盟申请 + + + + + + + + + + + + + + + + + + 有设备 + + + + 无设备 + + + + + + + + + + + + {{ isSubmitting ? '提交中...' : '马上加盟 立即挣钱' }} + + + + + + + + + + + + + \ No newline at end of file