无响应
- 发布:2020-08-13 16:16
- 更新:2020-08-13 16:16
- 阅读:1358
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 10
HBuilderX类型: 正式
HBuilderX版本号: 2.8.5
手机系统: Android
手机系统版本号: Android 9.0
手机厂商: 华为
手机机型: 努比亚NX6
页面类型: vue
打包方式: 云端
项目创建方式: HBuilderX
操作步骤:
预期结果:
无响应
无响应
实际结果:
无响应
无响应
bug描述:
<video @tap="videoyl(index)" :src="list.imageList[0]" :id="'myvideo'+index" :enable-progress-gesture="false" object-fit="cover"
style="max-width: 500rpx;" :controls="true" :muted="!videoK" @fullscreenchange="videochang"
:show-center-play-btn="videoK" :autoplay="autoplay" :loop="true"></video>
videoyl(e) {
console.log(e)
var _that = this
_that.videoContext = uni.createVideoContext('myvideo'+e);
if (_that.viderstart) {
_that.videoContext.exitFullScreen();
_that.videoContext.pause();
} else {
_that.videoContext.requestFullScreen();
_that.videoContext.play();
}
}
无响应
0 个回复