Sfoglia il codice sorgente

default value of voluntaryData update

abpcoder 4 giorni fa
parent
commit
01578b3d08
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/career/zhiyuan/components/SimulateScore.vue

+ 1 - 1
src/views/career/zhiyuan/components/SimulateScore.vue

@@ -69,7 +69,7 @@ export default {
       voluntaryData: {
         isNewGaokao: false,
         minScore: 0,
-        maxScore: 0,
+        maxScore: 750,
         course0: [],
         course1: []
       },