Commit f8d722fe authored by 罗超's avatar 罗超

1

parent a975d221
......@@ -349,9 +349,12 @@
<view class="details-b-time">
活动时间:{{detial.HDStart}}-{{detial.HDEnd}}
</view>
<view class="details-b-time">
活动席位:{{detial.TotalMan}}
</view>
<view class="details-b-time" >
<text v-if="detial.Distinguish==1">报名人数:{{detial.TotalMan}}</text>
<text v-if="detial.Distinguish==0">报名人数:男性{{detial.ManNum}}<text style="margin-left: 10px;">女性{{detial.WoManNum}}</text> </text>
<text v-if="detial.Distinguish==1">已报入:{{detial.JoinNum}}</text>
<text v-if="detial.Distinguish==0">已报入:男性{{detial.ManNum}}<text style="margin-left: 10px;">女性{{detial.WoManNum}}</text> </text>
</view>
<view class="details-b-time" v-if="detial.AgeLimit==0">
<text >年龄范围:{{detial.StartAge}}岁 ~ {{detial.EndAge}}</text>
......@@ -432,7 +435,7 @@
</view>
<view class="video-box">
<view v-for="(item,index) in detial.FileGroup[0].groupList" :key="index" class="pic-box" @click="goPicDetail(item.FileList)" v-if="item.FileList.length>0">
<image class="oneimg" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/CustomizedCar/bofang.jpg" mode="aspectFill"></image>
<image class="oneimg" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/CustomizedCar/videologo.png" mode="aspectFill"></image>
<!-- <image class="oneimg" :src="item.FileList[0].Image" mode="aspectFill" v-if="item.FileList.length<4" ></image> -->
<!-- <view class="fourimg-box" v-if="item.FileList.length>=4" >
<div v-for="(_item,_index) in item.FileList" :key="_item.id" class="subpic-box" v-if="_index<=3">
......
......@@ -5,14 +5,12 @@
</view>
<view v-for="(item,index) in dataList" :key="index" class="img-box" style="position: relative;" v-if="dataList.length>0">
<image :src="item.Path" mode="aspectFill" class="img" v-if="item.Type==1" @click="previewImage(index)"></image>
<video :id="'myVideo'+index" :src="item.Path" style="width: 200rpx;height: 200rpx;"
<video :id="'myVideo'+index" :src="item.Path" style="width: 215rpx;height: 215rpx;"
:controls='controls'
:show-center-play-btn='false'
:show-fullscreen-btn='false'
@fullscreenchange='videoControl'
object-fit ='fill'
v-if="item.Type==2"
></video>
<view @click="enlarge(index)"
style="position: absolute;left: 50%;top: 50%;margin-top: -49rpx;margin-left: -49rpx;width: 98rpx;height: 98rpx;border-radius: 20rpx;background-color: rgba(255,255,255,.4);display: flex;align-items: center;justify-content: center;" v-if="item.Type==2">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment