This commit is contained in:
pushuo 2022-07-18 19:46:07 +08:00
parent ae12fcffd1
commit b04b7bb6fc
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ Vue.component('module-editor-slideshow', {
addImage() {
this.module.images.find(e => e.show = false);
this.module.images.push({image: '', show: true, link: {type: 'product', value:''}});
this.module.images.push({image: languagesFill('/demo/banner.png'), show: true, link: {type: 'product', value:''}});
}
}
});