Authored by 陈峰

insert img reverse

... ... @@ -106,7 +106,7 @@ export default {
this.$Notice.error(error);
},
insertImage() {
_.each(this.fileList, file => {
_.each(_.reverse(this.fileList), file => {
this.$parent.execCommand('insertImage', file.url);
});
},
... ...