From 81209b7ef3bccf6cbfb477e5d157d2ea3bae310b Mon Sep 17 00:00:00 2001 From: zhangkai <847704969@qq.com> Date: Thu, 12 Jun 2025 15:04:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=BB=E7=90=86=E4=BA=BA?= =?UTF-8?q?=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 7 + pages/my/applyOwner.vue | 380 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 387 insertions(+) create mode 100644 pages/my/applyOwner.vue diff --git a/pages.json b/pages.json index 476cb56..f4ef68a 100644 --- a/pages.json +++ b/pages.json @@ -55,6 +55,13 @@ "navigationStyle": "custom" //单个页面设置 } }, + { + "path": "pages/my/applyOwner", + "style": { + "navigationBarTitleText": "主理人申请", // 更改为更清晰的标题 + "navigationStyle": "custom" //单个页面设置 + } + }, { "path": "pages/my/classCheck", "style": { diff --git a/pages/my/applyOwner.vue b/pages/my/applyOwner.vue new file mode 100644 index 0000000..0683098 --- /dev/null +++ b/pages/my/applyOwner.vue @@ -0,0 +1,380 @@ + + + + +