@@ -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 >
0 commit comments