|
@@ -3,7 +3,7 @@
|
|
<!-- <m-header /> -->
|
|
<!-- <m-header /> -->
|
|
<div v-show="show" :class="[styles ? '' : 'bg', 'container']" :style="styles ? null : backgroundImg">
|
|
<div v-show="show" :class="[styles ? '' : 'bg', 'container']" :style="styles ? null : backgroundImg">
|
|
<h2 v-if="!styles">{{ baseInfo.posterTitle }}</h2>
|
|
<h2 v-if="!styles">{{ baseInfo.posterTitle }}</h2>
|
|
- <div v-if="styles">
|
|
|
|
|
|
+ <div v-if="styles" style="font-size: 0;">
|
|
<img :src="baseInfo.customPoster" alt="">
|
|
<img :src="baseInfo.customPoster" alt="">
|
|
<van-button type="primary" v-if="baseInfo.status" @click="onSubmit" round block>我要报名</van-button>
|
|
<van-button type="primary" v-if="baseInfo.status" @click="onSubmit" round block>我要报名</van-button>
|
|
</div>
|
|
</div>
|