Commit 507f654d by zeyang

1.修复视频组件封面不正常显示的问题

parent f4d72d20
......@@ -199,13 +199,19 @@
packFileId.value = videoPlaybackInfo.value.id ?? null;
// this.isRenderVideo = true;
// 跳转到指定位置
if(viewTime.value!=0){
videoContext.value.seek(viewTime.value);
}
uni.hideLoading();
} else {
// this.isRenderVideo = true;
totalTime.value = viewTime.value = 0;
// 跳转到指定位置
if(viewTime.value!=0){
videoContext.value.seek(viewTime.value);
}
uni.hideLoading();
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment