|
|
|
@ -108,7 +108,7 @@
|
|
|
|
|
elem: '#' + images[i].select
|
|
|
|
|
, url: '/QingLong/collect/uploadFile'
|
|
|
|
|
, data: { job_id: jobId, input_id: images[i].select.substring(5) }
|
|
|
|
|
, multiple: false
|
|
|
|
|
, multiple: true
|
|
|
|
|
, before: function (obj) {
|
|
|
|
|
layer.msg('图片上传中...', {
|
|
|
|
|
icon: 16,
|
|
|
|
@ -120,7 +120,7 @@
|
|
|
|
|
layer.close(layer.msg());//关闭上传提示窗口
|
|
|
|
|
|
|
|
|
|
//上传完毕
|
|
|
|
|
$('#uploader-list-' + images[i].select.substring(5)).html(
|
|
|
|
|
$('#uploader-list-' + images[i].select.substring(5)).append(
|
|
|
|
|
'<div id="" class="file-iteme">' +
|
|
|
|
|
'<div class="handle"><i class="layui-icon layui-icon-delete"></i></div>' +
|
|
|
|
|
'<img style="width: 100px;height: 100px;" src=/QingLong' + res.url + '>' +
|
|
|
|
|