he2802 před 4 roky
rodič
revize
df25dc957f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      pages2/wd/info.vue

+ 1 - 1
pages2/wd/info.vue

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