let video = wx.createVideo({
src: url,
width: windowWidth,
height: windowHeight,
// muted:true,
x: 0,
y: 0,
loop: false,
controls: false,
showProgress: false,
showProgressInControlMode: false,
autoplay: true,
showCenterPlayBtn: false,
underGameView: true,
enableProgressGesture: false,
objectFit: “contain”,
zIndex: -9999,
});
设坐标太大直接不加载了,大小太小也不加载了 真智能