From fd2c940091e31b42aa0aca5b0e199b814db5d15d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Fri, 3 Sep 2021 16:14:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E6=88=91=E7=9A=84=E6=8A=A5?= =?UTF-8?q?=E5=90=8D=E9=A1=B5=E9=9D=A2UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 7 + pages/user/my/myEventRegistrationList.vue | 173 ++++++++++++++++++++++ 2 files changed, 180 insertions(+) create mode 100644 pages/user/my/myEventRegistrationList.vue diff --git a/pages.json b/pages.json index 11c2121..63f69b3 100644 --- a/pages.json +++ b/pages.json @@ -741,6 +741,13 @@ "navigationBarTitleText": "会员服务", "navigationStyle": "custom" } + }, + { + "path" : "pages/user/my/myEventRegistrationList", + "style" : { + "navigationBarTitleText": "我的报名", + "navigationStyle": "custom" + } } ], "globalStyle": { diff --git a/pages/user/my/myEventRegistrationList.vue b/pages/user/my/myEventRegistrationList.vue new file mode 100644 index 0000000..1afb8d2 --- /dev/null +++ b/pages/user/my/myEventRegistrationList.vue @@ -0,0 +1,173 @@ + + + + +