bug fix
This commit is contained in:
@@ -167,6 +167,7 @@ export class SceneBgVideoLayer extends li_BaseView {
|
||||
*/
|
||||
stop() {
|
||||
if (this.videoPlayer) {
|
||||
this.videoPlayer.remoteURL = "";
|
||||
this.videoPlayer.stop();
|
||||
this.clearVideoState();
|
||||
logger.log("SceneBgVideoLayer: 停止视频");
|
||||
|
||||
Reference in New Issue
Block a user