wangfei 6 anos atrás
pai
commit
bcd289eaa5

+ 1
- 1
src/pages/system/marketingActivities/listOfLotteryActivities/edit.vue Ver arquivo

899
         })
899
         })
900
         return false
900
         return false
901
       }
901
       }
902
-      if (this.postData.ImgUrl === '') {
902
+      if (this.postData.ActivityMainImg === '') {
903
         this.$message({
903
         this.$message({
904
           type: 'error',
904
           type: 'error',
905
           message: '请先上传活动主图'
905
           message: '请先上传活动主图'

+ 1
- 1
src/pages/system/marketingActivities/snapUpList/edit.vue Ver arquivo

364
         })
364
         })
365
         return false
365
         return false
366
       }
366
       }
367
-      if (this.postData.ImgUrl === '') {
367
+      if (this.postData.ActivityMainImg === '') {
368
         this.$message({
368
         this.$message({
369
           type: 'error',
369
           type: 'error',
370
           message: '请先上传活动主图'
370
           message: '请先上传活动主图'