mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 14:17:54 +08:00
优化预览
This commit is contained in:
parent
05342ed3b4
commit
e23e7d180b
@ -120,7 +120,10 @@
|
||||
},
|
||||
_closeViewCameraVideo: function() {
|
||||
clearInterval($that.viewCameraVideoInfo.timer);
|
||||
$that.viewCameraVideoInfo.sdk.close();
|
||||
if ($that.viewCameraVideoInfo.sdk) {
|
||||
$that.viewCameraVideoInfo.sdk.close();
|
||||
}
|
||||
|
||||
$('#viewCameraVideoModel').modal('hide');
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user