huai-sian 3 年之前
父節點
當前提交
e6ef5113e3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);