if (t &&x==1 || (this.curPlayId==this.videoInfo.id)) {
console.log('seek video'+t);
this.VideoContext.seek(t);
} else {
this.VideoContext.seek(0);
}
this.VideoContext.play();
seek 方法无效,在安卓nova 7 5G 手机上有问题,IOS可以续播,没有问题。
5***@qq.com
同样问题 hbuilder版本3.4.7.20220422
2022-05-26 16:15