@@ -27,7 +27,7 @@ import { closedEarlyPrice, closedPrice } from '~/utils/status.constants'
27
27
-->
28
28
<!-- チケットを購入 -->
29
29
<div class =" apply" >
30
- <RoundButton :href =" ticketUrl" target =" _blank" rel =" noreferrer" >
30
+ <RoundButton :href =" ticketUrl" target =" _blank" rel =" noreferrer" :disabled = " closedPrice " >
31
31
{{ $t('words.buy_ticket') }}
32
32
</RoundButton >
33
33
</div >
@@ -40,7 +40,12 @@ import { closedEarlyPrice, closedPrice } from '~/utils/status.constants'
40
40
<img alt =" " src =" /tickets/attendee.png" width =" 400" height =" 225" decoding =" async" />
41
41
</template >
42
42
<template #action >
43
+ <!--
43
44
<a :href="ticketUrl" target="_blank" rel="noreferrer"> {{ $t('top.general_ticket') }}</a>
45
+ -->
46
+ <a >
47
+ <s >{{ $t('top.general_ticket') }}</s >
48
+ </a >
44
49
</template >
45
50
<template #default >
46
51
<div v-if =" !closedEarlyPrice" class =" price" >
@@ -50,12 +55,20 @@ import { closedEarlyPrice, closedPrice } from '~/utils/status.constants'
50
55
<span class =" early-price" >{{ $t('top.ticket_early_price_explain') }}</span >
51
56
</div >
52
57
<div class =" price-list" >
58
+ <!--
53
59
<i18n-t keypath="top.ticket_price" tag="p" class="price" scope="global">
54
60
<strong>8,000</strong>
55
61
</i18n-t>
56
- <div v-if =" closedEarlyPrice" class =" price" >
62
+ -->
63
+ <i18n-t keypath =" top.ticket_price" tag =" p" class =" price" scope =" global" >
64
+ <strong ><s >8,000</s ></strong >
65
+ </i18n-t >
66
+ <div v-if =" !closedPrice && closedEarlyPrice" class =" price" >
57
67
<span class =" early-price" >{{ $t('top.ticket_early_price_closed') }}</span >
58
68
</div >
69
+ <div v-if =" closedPrice" class =" price" >
70
+ <p class =" early-price" >{{ $t('top.ticket_explain') }}</p >
71
+ </div >
59
72
</div >
60
73
</template >
61
74
</TicketCard >
@@ -64,9 +77,12 @@ import { closedEarlyPrice, closedPrice } from '~/utils/status.constants'
64
77
<img alt =" " src =" /tickets/attendee+party.png" width =" 400" height =" 225" decoding =" async" />
65
78
</template >
66
79
<template #action >
80
+ <!--
81
+ <a :href="ticketUrl" target="_blank" rel="noreferrer"> {{ $t('top.after_party_ticket') }}</a>
82
+ -->
67
83
<a >
68
- <s >{{ $t('top.after_party_ticket') }}</s ></ a
69
- >
84
+ <s >{{ $t('top.after_party_ticket') }}</s >
85
+ </ a >
70
86
</template >
71
87
<template #default >
72
88
<div class =" price-list" >
@@ -77,6 +93,11 @@ import { closedEarlyPrice, closedPrice } from '~/utils/status.constants'
77
93
<p class =" early-price" >{{ $t('top.ticket_early_price_explain') }}</p >
78
94
<p class =" early-price-notice" >{{ $t('top.ticket_early_price_notice') }}</p >
79
95
</div >
96
+ <!--
97
+ <i18n-t keypath="top.ticket_price" tag="p" class="price" scope="global">
98
+ <strong>11,000</strong>
99
+ </i18n-t>
100
+ -->
80
101
<i18n-t keypath =" top.ticket_price" tag =" p" class =" price" scope =" global" >
81
102
<strong ><s >11,000</s ></strong >
82
103
</i18n-t >
@@ -100,6 +121,11 @@ import { closedEarlyPrice, closedPrice } from '~/utils/status.constants'
100
121
</template >
101
122
<template #default >
102
123
<div class =" price-list" >
124
+ <!--
125
+ <div class="price">
126
+ <strong>無料</strong>
127
+ </div>
128
+ -->
103
129
<div class =" price" >
104
130
<s ><strong >無料</strong ></s >
105
131
</div >
@@ -122,15 +148,25 @@ import { closedEarlyPrice, closedPrice } from '~/utils/status.constants'
122
148
/>
123
149
</template >
124
150
<template #action >
151
+ <!--
125
152
<nuxt-link to="/#personal-sponsor">
126
153
{{ $t('top.personal_sponsor_ticket') }}
127
154
</nuxt-link>
155
+ -->
156
+ <a >
157
+ <s >{{ $t('top.personal_sponsor_ticket') }}</s >
158
+ </a >
128
159
</template >
129
160
<template #default >
130
161
<div class =" price-list" >
162
+ <!--
131
163
<i18n-t keypath="top.personal_sponsor_price" tag="p" class="price" scope="global">
132
164
<strong>10,000</strong>
133
165
</i18n-t>
166
+ -->
167
+ <i18n-t keypath =" top.personal_sponsor_price" tag =" p" class =" price" scope =" global" >
168
+ <strong ><s >10,000</s ></strong >
169
+ </i18n-t >
134
170
<i18n-t
135
171
keypath =" top.personal_sponsor_ticket_explain"
136
172
tag =" p"
0 commit comments