if (result.indexOf('collection') < 0) {
layer.closeAll('loading');
layer.msg("上传成功!", {
time: 1000
}, function () {
window.location.reload();
});
} else {
layer.closeAll('loading');
layer.msg(result.collection.error.message);
}