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