优化代码

This commit is contained in:
java110 2020-08-15 17:44:32 +08:00
parent 9061409a93
commit 7f8a86f44a

View File

@ -189,10 +189,13 @@
video.play();
vc.component.editOwnerInfo.videoPlaying = true;
}, function (error) {
vc.component.editOwnerInfo.videoPlaying = false;
console.log("ERROR");
console.log(error);
});
} else {
vc.component.editOwnerInfo.videoPlaying = false;
console.log("初始化视频失败");
}
},