巫溪
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
</div>
|
||||
<div class="tab-content" v-if="tabIndex == 1">
|
||||
<div class="title">座位表</div>
|
||||
<img src="./img/seat-img.png" alt="" class="seat-img">
|
||||
<img src="./img/seat-img.jpg" alt="" class="seat-img" @click="previewImage">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -35,15 +35,20 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
tabList: ['了解会议', '座位表'],
|
||||
tabIndex: 0
|
||||
tabIndex: 0,
|
||||
}
|
||||
},
|
||||
|
||||
mounted() {
|
||||
document.title = '会议介绍'
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
previewImage() {
|
||||
uni.previewImage({
|
||||
urls: ['https://cdn.cunwuyun.cn/dvcp/h5/seat-img.jpg'],
|
||||
current: 'https://cdn.cunwuyun.cn/dvcp/h5/seat-img.jpg'
|
||||
})
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user