This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
优化2
master
liuminjian
4 years ago
parent
c7d3165fe6
commit
cf784118e3
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
static/js/project/user/index.js
+ 3
- 1
static/js/project/user/index.js
View File
@@ -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)
}
Write
Preview
Loading…
Cancel
Save