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