zengyicheng 2 years ago
parent
commit
503e9615b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/pages/race/addRace.vue

+ 1 - 1
src/components/pages/race/addRace.vue

@@ -455,7 +455,7 @@ export default {
       if (
       if (
         this.raceInfo.title != "" ||
         this.raceInfo.title != "" ||
         this.raceInfo.type.length > 0 ||
         this.raceInfo.type.length > 0 ||
-        this.receInfo.cover.length > 0 ||
+        this.raceInfo.cover.length > 0 ||
         this.raceInfo.tableData.length > 0 ||
         this.raceInfo.tableData.length > 0 ||
         this.raceInfo.courseText != "" ||
         this.raceInfo.courseText != "" ||
         this.raceInfo.data.length > 0
         this.raceInfo.data.length > 0