he2802 4 лет назад
Родитель
Сommit
df25dc957f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pages2/wd/info.vue

+ 1 - 1
pages2/wd/info.vue

@@ -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) }];
 				}
 				}
 			})
 			})