Browse Source

no message

devlop
xpz2018 3 years ago
parent
commit
60649ea260
1 changed files with 3 additions and 3 deletions
  1. 6
      pages/digital-workshops/index.vue

6
pages/digital-workshops/index.vue

@ -58,9 +58,9 @@
<image src="/static/imgs/digital-workshops/right-arrow-icon.png" class="image_1" /> <image src="/static/imgs/digital-workshops/right-arrow-icon.png" class="image_1" />
</view> </view>
<view class="flex-col items-center group_12"> <view class="flex-col items-center group_12">
<!-- <image src="/static/imgs/digital-workshops/camera-tip-bg.png" class="image_2" @click="go2('video-play', { url: cameraList[0].videoUrl })" />
<text class="text_18">{{ cameraList[0].address }}</text> -->
<video :src="cameraList[0].hlsUrl" autoplay class="image_2"></video>
<image src="/static/imgs/digital-workshops/camera-tip-bg.png" class="image_2" @click="go2('video-play', { url: encodeURIComponent(cameraList[0].hlsUrl) })" />
<text class="text_18">{{ cameraList[0].address }}</text>
<!-- <video :src="cameraList[0].hlsUrl" autoplay class="image_2"></video> -->
</view> </view>
</view> </view>
<view class="flex-col section_9"> <view class="flex-col section_9">

Loading…
Cancel
Save