Browse Source

default value of voluntaryData update

abpcoder 3 days ago
parent
commit
01578b3d08
1 changed files with 1 additions and 1 deletions
  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: []
       },