liuminjian 4 лет назад
Родитель
Сommit
cf784118e3
1 измененных файлов: 3 добавлений и 1 удалений
  1. +3
    -1
      static/js/project/user/index.js

+ 3
- 1
static/js/project/user/index.js Просмотреть файл

@@ -104,7 +104,9 @@ define(['jquery', "template", "Tools", "user", "paging","cupload","ajaxUploadIma
module.upLoadAction = function(){
var upLoadList = [];
$('#cupload-2').find('input').each(function() {
upLoadList.push($(this).val())
if($(this).val()!=''){
upLoadList.push($(this).val())
}
})
console.log(upLoadList)
}


Загрузка…
Отмена
Сохранить