wx.previewMedia({
sources: [{
url: 'https://sfsm.jmxy.cc/wimg/file/ZFN7ooye6aTLwvct6UStvIpqJZsZ4MTX.mp4',
poster: this.data.videoList[this.data.videoIndex].coverImg,
type: "video"
}],
success: res => {
console.log('success', res);
},
fail: err => {
console.log('err', err);
}
})
poster: this.data.videoList[this.data.videoIndex].coverImg 不要用变量,这个地址发一下
换个视频试试