yshop2.0发布

This commit is contained in:
hupeng
2020-03-07 11:29:36 +08:00
parent c493b3fc68
commit 150d7eb84f
41 changed files with 1339 additions and 149 deletions

View File

@ -140,7 +140,7 @@ export default {
},
'form.sliderImageArr': function(val) {
if (val) {
this.form.sliderImage = val.join(',')
this.form.images = val.join(',')
}
}
},