소스 검색

优化2

master
liuminjian 4 년 전
부모
커밋
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)
}


불러오는 중...
취소
저장