mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 18:11:00 +08:00
优化代码
This commit is contained in:
parent
9061409a93
commit
7f8a86f44a
@ -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("初始化视频失败");
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user