console.log("create createVideo")
let video = wx.createVideo({
x: 0,
y: 0,
width: 375,
height: 667,
src: 'https://mykx-cdn.dskystudio.com/CG.mp4',
initialTime: 0,
objectFit: 'cover',
controls: true,
autoplay: false,
loop:false,
showCenterPlayBtn: true,
enableProgressGesture: true
});
setTimeout(()=>{
video.play().then(res=>{
console.log('==========',res);
})
},1000)
如题
也发现了这个问题,楼主解决了么?
也发现了这个问题,楼主解决了么?