65d2d09d by zhangmeng

购票修改

1 parent 3e60a276
......@@ -60,19 +60,22 @@
</van-count-down>
</div>
<div v-else>
<div v-if="matchForm.ticketLayout">
<span style="color: #493ceb;cursor:pointer"
@click="show=true">{{
language == 0 ? '查看场馆布局' : 'View Venue Layout'
}}</span>
<br>
<br>
</div>
<!-- 票档 -->
<div class="select_item_box">
<div class="label">
{{ triggerLanguage(language, "票档", "Tickets") }}
{{ triggerLanguage(language, "票档", "Tickets") }} :
</div>
<div v-if="matchForm.ticketLayout">
<span style="color: #493ceb;cursor:pointer"
@click="show=true"> <span style="color: red;font-weight: 600">*</span> <span style="font-weight: 600">
{{
language == 0 ? '点击查看场馆布局' : 'View Venue Layout'
}}
</span> </span>
</div>
</div>
<div class="select_item_box">
<div class="select_item">
<div
v-for="(it, index) in tickClass"
......@@ -90,8 +93,10 @@
<!-- 时间 -->
<div class="select_item_box">
<div class="label">
{{ triggerLanguage(language, "场次", "Session") }}
{{ triggerLanguage(language, "场次", "Session") }} :
</div>
</div>
<div class="select_item_box">
<div class="select_item">
<div
v-for="(it, index) in tickList"
......@@ -112,8 +117,10 @@
<!-- 价格 -->
<div class="select_item_box">
<div class="label">
{{ triggerLanguage(language, '价格', "Price") }}
{{ triggerLanguage(language, '价格', "Price") }} :
</div>
</div>
<div class="select_item_box">
<div class="select_item">
<div class="tagActive" style="min-width: 80px">
{{ language == 0 ? '¥' : '€' }} {{ language == 0 ? selectForm.price : selectForm.priceEn }}
......@@ -125,20 +132,22 @@
<div class="label">
{{
triggerLanguage(language, '购票备注', "Ticket Purchase Note")
}}
}} :
</div>
</div>
<div v-if="matchForm.ticketRemark" class="select_item_box">
<div class="select_item">
{{ matchForm.ticketRemark }}
</div>
</div>
<div v-if="endTime<=0" class="btn" style="margin-left: 40px;opacity: 0.5;cursor: not-allowed;"
<div v-if="endTime<=0" class="btn" style="margin-left: 40px;opacity: 0.5;cursor: not-allowed;margin-top: 10px"
@click="toSelectClosed">
{{
triggerLanguage(language, "售票结束", "Sale closed")
}}
</div>
<div v-else class="btn" style="margin-left: 40px" @click="toSelectSeat()">
<div v-else class="btn" style="margin-left: 40px;margin-top: 10px" @click="toSelectSeat()">
{{
triggerLanguage(language, "立即购票", "Buy tickets now")
}}
......@@ -342,7 +351,7 @@ function toSelectClosed() {
font-size: 28px;
color: #000000;
line-height: 1.6;
margin-bottom: 34px;
margin-bottom: 15px;
}
.time {
......@@ -358,12 +367,12 @@ function toSelectClosed() {
font-size: 16px;
color: #000;
line-height: 24px;
margin-bottom: 33px;
margin-bottom: 15px;
}
.select_item_box {
display: flex;
margin-bottom: 30px;
margin-bottom: 10px;
&:last-child {
margin-bottom: 0;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!