Explorar o código

测试上传修改

zhangyu %!s(int64=5) %!d(string=hai) anos
pai
achega
22a8716037
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/utils/handsontable/mainText.js

+ 2 - 2
src/utils/handsontable/mainText.js

@@ -7,9 +7,9 @@ const text = {
         if (value instanceof Array && value.length > 0) {
             let i = 0
             value.map(item => {
-                if (item.type == "image" || item.type == "video") {
+                // if (item.type == "image" || item.type == "video") {
                     i++
-                }
+                // }
             })
             td.innerHTML = "已上传:" + i;
         } else {