huai-sian %!s(int64=3) %!d(string=hai) anos
pai
achega
e6ef5113e3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test.html

+ 1 - 1
test.html

@@ -622,7 +622,7 @@
           var imguploadlabel = document.createElement("label");
           imguploadlabel.setAttribute('for', `img${i+1}`);
           imguploadlabel.classList.add('upload-btn');
-          imguploadlabel.textContent = '上傳圖片';
+          // imguploadlabel.textContent = '上傳圖片';
           imguploadlabel.setAttribute('set-lan', `html:upload_file`);
           imguploadlabel.style.backgroundImage = `url(${historyItem.image_urls[i]})`;
           img_box.appendChild(imguploadlabel);