Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-shop-manage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
2017-07-14 17:37:54 +0800
Commit
3f3f12482033fd3aede941d781c0b213435f5ef9
1 parent
776b160a
insert img reverse
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/components/global/editor/multi-image.vue
app/components/global/editor/multi-image.vue
View file @
3f3f124
...
...
@@ -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);
});
},
...
...
Please
register
or
login
to post a comment