kucservice 1.3.4 → 1.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28480,7 +28480,7 @@ class SA {
28480
28480
  console.warn("--destroy--缺少必要参数请注意查看");
28481
28481
  return;
28482
28482
  }
28483
- document.getElementById(we) ? (this.play265Obj[we].destroy(), delete this.play265Obj[we]) : console.log("无法找到该dom");
28483
+ (document.getElementById(we) && this.play265Obj[we]) ? (this.play265Obj[we].destroy(), delete this.play265Obj[we]) : console.log("无法找到该dom");
28484
28484
  }
28485
28485
  check(we, De, at) {
28486
28486
  if (!we || !De) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "kucservice",
3
3
  "private": false,
4
- "version": "1.3.4",
4
+ "version": "1.3.5",
5
5
  "description": "KFT统一通信服务",
6
6
  "main": "dist/kucservice.common.js",
7
7
  "style": "kucservice.css",