huai-sian 3 years ago
parent
commit
52d8685e9e
2 changed files with 2 additions and 2 deletions
  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) {