mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update admin.js
This commit is contained in:
parent
ac13b1db61
commit
4d7a899b89
@ -588,7 +588,7 @@ $(function () {
|
|||||||
return this.each(function () {
|
return this.each(function () {
|
||||||
if ($(this).data('inited')) return true; else $(this).data('inited', true);
|
if ($(this).data('inited')) return true; else $(this).data('inited', true);
|
||||||
var $in = $(this), $bt = $('<a data-file="mul" class="uploadimage"></a>'), imgs = this.value ? this.value.split('|') : []
|
var $in = $(this), $bt = $('<a data-file="mul" class="uploadimage"></a>'), imgs = this.value ? this.value.split('|') : []
|
||||||
$in.after($bt.attr('data-size', $in.data('size') || 0).attr('data-type', $in.data('type') || 'png,jpg,gif').uploadFile(function (src) {
|
$in.after($bt.attr('data-size', $in.data('size') || 0).attr('data-type', $in.data('type') || 'png,jpg,gif,jpeg').uploadFile(function (src) {
|
||||||
imgs.push(src), $in.val(imgs.join('|')), showImageContainer([src]);
|
imgs.push(src), $in.val(imgs.join('|')), showImageContainer([src]);
|
||||||
})), (imgs.length > 0 && showImageContainer(imgs));
|
})), (imgs.length > 0 && showImageContainer(imgs));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user