subnvue页面在onReady加载video
onReady(){
console.error("子窗口onReady")
//bigVideo = uni.createVideoContext('bigVideo', this)
},
methods: {
change(e) {
const bigVideo = uni.createVideoContext('bigVideo', this)
bigVideo && bigVideo.pause();
}},
不能暂停
0 个回复