|
@@ -95,7 +95,7 @@ function addSWork_shishi(uid, cid, a, page, type) {
|
|
|
for (var i = 0; i < _a.length; i++) {
|
|
|
_a[i].removeAttribute("crossorigin")
|
|
|
}
|
|
|
- top.document.getElementById("shishi_loading").children[0].style.display = "none"
|
|
|
+ top.document.getElementById("shishi_loading").style.display = "none"
|
|
|
let _div = document.createElement('div')
|
|
|
_div.style = "width:100%;height:100%;background:#0000008f;position:fixed;top:0;left:0;z-index:99999999999999;display: flex;justify-content: center;align-items: center;"
|
|
|
let _inner = document.createElement('div')
|