huai-sian 3 gadi atpakaļ
vecāks
revīzija
52d8685e9e
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      make_video.html
  2. 1 1
      test_eng.html

+ 1 - 1
make_video.html

@@ -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('');
             //$(this).next().text('上傳檔案');
           },
           error: function (error) {

+ 1 - 1
test_eng.html

@@ -414,7 +414,7 @@
             const nextEl = event.target.nextSibling;
             nextEl.style.backgroundImage = `url(http://${jsonData.msg})`;
             //console.log($(this).next());
-            //$(this).next().html('上傳檔案');
+            $(this).next().html('');
             //$(this).next().text('上傳檔案');
           },
           error: function (error) {