|
@@ -36,7 +36,7 @@
|
|
|
x5-video-player-fullscreen="true" x5-video-orientation="portraint" id="playerVideo"
|
|
x5-video-player-fullscreen="true" x5-video-orientation="portraint" id="playerVideo"
|
|
|
class="videoRotate" :controls="false" @touchmove.prevent="(event) => {engine.touchClick(event, 2)}"
|
|
class="videoRotate" :controls="false" @touchmove.prevent="(event) => {engine.touchClick(event, 2)}"
|
|
|
@touchstart.prevent="(event) => {engine.touchClick(event, 0)}"
|
|
@touchstart.prevent="(event) => {engine.touchClick(event, 0)}"
|
|
|
- @touchend.prevent="touchendRtcMediaPlayer" v-show="isShowVideo">
|
|
|
|
|
|
|
+ @touchend.prevent="touchendRtcMediaPlayer" v-show="isShowVideo" muted>
|
|
|
当前浏览器暂不支持、请使用谷歌浏览器或前往双子星客户端使用</video>
|
|
当前浏览器暂不支持、请使用谷歌浏览器或前往双子星客户端使用</video>
|
|
|
</div>
|
|
</div>
|
|
|
<!-- 底部按钮 -->
|
|
<!-- 底部按钮 -->
|