啥也先不说,这代码看看有没有问题
let id = e.target.dataset.id
let {playList} = this.data
playList[id].show = true
this.setData({
playList
})
if(this.playId.status){
let videoPreItem = wx.createVideoContext(this.playId.playId)
videoPreItem.pause()
this.playId.status = false
}
let videoItem = wx.createVideoContext(''+id)
videoItem.play()
this.playId = {
status:true,
playId:id
}
如图
同时再播放,没有停止,问题在什么地方呢
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),是调用哪个api没法使用,麻烦详细描述下复现的流程。
参考下这个帖子:https://developers.weixin.qq.com/community/develop/doc/000402efe505b00d41da500225b000?_at=1603101830603
哪位帮忙@一下官方,不够4级没法@,谢谢