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.
- package/dist/decoder/index.mjs +1 -1
- package/package.json +1 -1
package/dist/decoder/index.mjs
CHANGED
|
@@ -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) {
|