Browse Source

测试上传修改

zhangyu 5 years ago
parent
commit
22a8716037
1 changed files with 2 additions and 2 deletions
  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 {