fb1a1989 by zhangmeng

订票

1 parent 1c3c425c
<template>
<div>
<!-- top -->
<div class="container top father">
<div class="container top ">
<img :src="fillImgUrl(matchForm.ticketImg)" alt="" class="cover_img">
<div class="info">
<div class="title">{{ matchForm.name }}</div>
......@@ -176,7 +176,18 @@
>
{{ it.name }}
</div>
<div class="father">
<el-image
v-if="currTick?.images"
:src="fillImgUrl(currTick?.images) "
class="son"
fit="cover"
preview-teleported
style="width:200px"
/>
</div>
</div>
</div>
......@@ -222,15 +233,7 @@
</div>
</div>
<el-image
v-if="currTick?.images"
:preview-src-list="[fillImgUrl(currTick?.images)]"
:src="fillImgUrl(currTick?.images) "
class="son"
fit="cover"
preview-teleported
style="width:200px"
/>
</div>
</div>
......@@ -245,10 +248,14 @@
<div v-show="active==1" class="rich_content" v-html="matchForm.ticketDes" />
<div v-show="active==2" class="rich_content" v-html="matchForm.ticketNotice" />
<el-dialog v-model="show" title="" width="1000px">
<div>
<el-dialog v-model="show" align-center title="" width="1000px">
<div style="padding: 20px">
<img :src="fillImgUrl(showUrl)" alt="" style="width: 100%">
</div>
<br>
<div style="text-align: center;">
<el-button size="large" type="primary" @click="show=false">{{ language == 0 ? '关 闭' : 'close' }}</el-button>
</div>
</el-dialog>
</div>
</div>
......@@ -401,6 +408,9 @@ function selectTick(v) {
selectForm.value.latstId = v.id
selectForm.value.price = v.price
selectForm.value.priceEn = v.priceEn
// console.log(v)
handleImage()
}
function toSelectSeat() {
......@@ -778,8 +788,8 @@ getmatchData()
.son {
position: absolute;
bottom: 30px;
right: 50px;
top: 0;
left: 30px;
}
.remarks {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!