|
@@ -207,7 +207,7 @@ export default {
|
|
|
var self = this
|
|
var self = this
|
|
|
this.$api.getInfo().then(res => {
|
|
this.$api.getInfo().then(res => {
|
|
|
this.form = res.data.data
|
|
this.form = res.data.data
|
|
|
- if (this.form.HeadImageUrl !== null) {
|
|
|
|
|
|
|
+ if (this.form.oneInchPhotos !== null) {
|
|
|
self.fileList = [{ url: self.$method.splitImgHost(self.form.oneInchPhotos) }];
|
|
self.fileList = [{ url: self.$method.splitImgHost(self.form.oneInchPhotos) }];
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|