Commit 9eae9334 authored by liujiangnan's avatar liujiangnan

feat:视频播放问题

parent 16985bd4
...@@ -44,10 +44,6 @@ export default class NewClass extends MyCocosSceneComponent { ...@@ -44,10 +44,6 @@ export default class NewClass extends MyCocosSceneComponent {
this.prePlayIndex = 0; this.prePlayIndex = 0;
this.videoplayer.remoteURL = this.rowData.video_url+`?t=${Date.now()}`; this.videoplayer.remoteURL = this.rowData.video_url+`?t=${Date.now()}`;
// getVideoUrl(this.rowData.video_url, (url) => {
// this.videoplayer.remoteURL = url+`?t=${Date.now()}`;
// })
} }
preloadRecorder() { preloadRecorder() {
......
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