@@ -162,6 +162,9 @@ function addSWork_shishi(uid, cid, stage, task, tool, a, loading, atool, text) {
_inner.innerHTML = "截图上传成功"
_div.appendChild(_inner)
document.body.appendChild(_div)
+ _div.onclick = () => {
+ document.body.removeChild(_div)
+ }
setTimeout(() => {
// document.body.removeChild(_loading)
document.body.removeChild(_div)
@@ -149,6 +149,9 @@ function addSWork_shishi(uid, cid, stage, task, tool, a, loading, atool, text) {