From 21195ccf2a0bae38646176835460ca8358a391ff Mon Sep 17 00:00:00 2001 From: xvv Date: Thu, 26 Sep 2024 15:23:18 +0800 Subject: [PATCH] 9.26 --- gasStation-uni/pages.json | 7 + gasStation-uni/pages/index/index.vue | 3 +- gasStation-uni/pagesHome/prize/index.vue | 243 +++++++++++++++++++++++ 3 files changed, 252 insertions(+), 1 deletion(-) create mode 100644 gasStation-uni/pagesHome/prize/index.vue diff --git a/gasStation-uni/pages.json b/gasStation-uni/pages.json index 001bd2d0c..db9f6e03e 100644 --- a/gasStation-uni/pages.json +++ b/gasStation-uni/pages.json @@ -210,6 +210,13 @@ "style": { "navigationBarTitleText": "会员注册" + } + }, + { + "path": "prize/index", + "style": { + "navigationBarTitleText": "我的奖品" + } } ] diff --git a/gasStation-uni/pages/index/index.vue b/gasStation-uni/pages/index/index.vue index dfe3facfe..e00f2a24e 100644 --- a/gasStation-uni/pages/index/index.vue +++ b/gasStation-uni/pages/index/index.vue @@ -1003,6 +1003,7 @@ box-sizing: border-box; padding: 15px; margin: 15px auto; + } .station-title { @@ -1225,4 +1226,4 @@ justify-content: center; color: #fff; } - \ No newline at end of file + diff --git a/gasStation-uni/pagesHome/prize/index.vue b/gasStation-uni/pagesHome/prize/index.vue new file mode 100644 index 000000000..1cffb309c --- /dev/null +++ b/gasStation-uni/pagesHome/prize/index.vue @@ -0,0 +1,243 @@ + + + + + \ No newline at end of file