61918207 by zhangmeng

票务修改

1 parent fb1a1989
......@@ -13,20 +13,6 @@
<div class="address">{{ TickForm.address }}</div>
</div>
<div class="info">
<div class="name">{{ TickForm2.ticketTypeName }}</div>
<div class="address">
{{ TickForm2.stadiumName }}
<span v-if="TickForm2.sessionType=='1000'">{{ language == 0 ? '日间场' : 'Day' }}</span>
<span v-else>{{ language == 0 ? '夜间场' : 'Night' }}</span>
{{ TickForm2.ticketName }}
</div>
<div v-if="TickForm2.ticketType=='0'" class="address">{{
language == 0 ? '剩余数量' : 'Remaining Quantity'
}}{{ leftCount }}
</div>
</div>
<div class="ticket_info mb20">
<div class="tit_box">
......@@ -153,9 +139,25 @@
</div>
</div>
</div>
<!-- 场馆布局图-->
<div class="rightBox">
<div class="info">
<div class="name">{{ TickForm2.ticketTypeName }}</div>
<div class="address">
{{ TickForm2.stadiumName }} |
<span v-if="TickForm2.sessionType=='1000'">{{ language == 0 ? '日间场' : 'Day' }}</span>
<span v-else>{{ language == 0 ? '夜间场' : 'Night' }}</span>
| {{ TickForm2.ticketName }}
</div>
<div v-if="TickForm2.ticketType=='0'" class="address">{{
language == 0 ? '剩余数量' : 'Remaining Quantity'
}}: {{ leftCount }}
</div>
</div>
</div>
<div style="margin-top: 95px">
<!-- 场馆布局图-->
<div style="margin-top: 30px">
<el-image
:preview-src-list="[fillImgUrl(tickImg)]"
:src="fillImgUrl(tickImg)"
......@@ -709,4 +711,15 @@ div {
width: 100%;
}
}
.rightBox {
.info {
background: rgba(69, 61, 234, 0.04);
border-radius: 8px;
border: 1px solid #d3d1f6;
padding: 20px 0 28px 33px;
margin-bottom: 20px;
margin-top: 30px;
}
}
</style>
......
......@@ -183,7 +183,7 @@
class="son"
fit="cover"
preview-teleported
style="width:200px"
style="width:190px;height: 135px"
/>
</div>
</div>
......@@ -409,8 +409,8 @@ function selectTick(v) {
selectForm.value.price = v.price
selectForm.value.priceEn = v.priceEn
// console.log(v)
handleImage()
showUrl.value = v.images
show.value = true
}
function toSelectSeat() {
......@@ -789,7 +789,7 @@ getmatchData()
.son {
position: absolute;
top: 0;
left: 30px;
left: 50px;
}
.remarks {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!