diff --git a/pages/groups/_groupId/index.vue b/pages/groups/_groupId/index.vue index b118b8a..8d4a7c3 100644 --- a/pages/groups/_groupId/index.vue +++ b/pages/groups/_groupId/index.vue @@ -149,10 +149,11 @@ >すると整理券を取得できます。 - +
{ - this.view_count = res.view - }) - .catch(() => { - this.view_count = 'エラー' - }) + + this.view_count = 'エラー' // 全ての公演(events)から,ログイン中のユーザ属性(e.g.students,parents)に合致する公演のみがfilteredEventsに格納される // '&& this.isToday(val.sell_starts, val.sell_ends, val.starts_at)'を付け加えれば,当日の整理券のみが表示されるようになる diff --git a/pages/tickets/index.vue b/pages/tickets/index.vue index c63b4a5..5fa6d34 100644 --- a/pages/tickets/index.vue +++ b/pages/tickets/index.vue @@ -1,360 +1,24 @@