|
@@ -5,17 +5,17 @@
|
|
|
<view class="top-bg">
|
|
|
<!-- 详情封面图 -->
|
|
|
<image :src="industryVideo.DetailImgUrl" class="industry-video-poster"
|
|
|
- v-show="industryVideo.ResourceUrl && industryVideo.DetailImgUrl && !havePlayed"
|
|
|
+ v-show="industryVideo.Id && industryVideo.DetailImgUrl && !havePlayed"
|
|
|
@click="handelVideoPlay"></image>
|
|
|
<!-- 视频 -->
|
|
|
<video :src="industryVideo.ResourceUrl" class="industry-video" id="industry-video"
|
|
|
v-show="industryVideo.ResourceUrl && (havePlayed || (!industryVideo.DetailImgUrl))" controls></video>
|
|
|
<view class="top-bg-title"
|
|
|
- :style="{'height':industryVideo.ResourceUrl?'70rpx':'99rpx',
|
|
|
- 'background-color':industryVideo.ResourceUrl?'white':'#d1ebff'}">产业赛道布局于{{ layoutTime }}</view>
|
|
|
+ :style="{'height':industryVideo.Id?'70rpx':'99rpx',
|
|
|
+ 'background-color':industryVideo.Id?'white':'#d1ebff'}">产业赛道布局于{{ layoutTime }}</view>
|
|
|
</view>
|
|
|
<!-- industryVideo.ResourceUrl -- 视频url -->
|
|
|
- <view class="top-box" :style="{'top':industryVideo.ResourceUrl?'418rpx':'99rpx'}">
|
|
|
+ <view class="top-box" :style="{'top':industryVideo.Id?'418rpx':'99rpx'}">
|
|
|
<view class="top-tab-cont">
|
|
|
<view class="tab-cont">
|
|
|
<scroll-view scroll-x="true" scroll-with-animation class="scroll-tab" :scroll-into-view="'_' + tabIndex">
|