|
@@ -402,7 +402,7 @@
|
|
|
// nextEl.nextSibling.classList.add('box-active');
|
|
|
// nextEl.nextSibling.style.backgroundImage = `url(http://${jsonData.msg})`;
|
|
|
//console.log($(this).next());
|
|
|
- $(this).next().html('');
|
|
|
+ $(this).next().html('<img class="d-none"src="img/Spinner-1s-181px.gif">');
|
|
|
$(this).html('');
|
|
|
//$(this).next().text('上傳檔案');
|
|
|
},
|