Explorar o código

Merge branch 'iteration-0911' into jenkins-main

lex hai 1 ano
pai
achega
9bc6503e6b
Modificáronse 1 ficheiros con 0 adicións e 8 borrados
  1. 0 8
      src/student/pre-register-active/index.tsx

+ 0 - 8
src/student/pre-register-active/index.tsx

@@ -143,14 +143,6 @@ export default defineComponent({
         const schoolSystem = data.schoolSystem || 'sixYearSystem'
         if (schoolSystem === 'sixYearSystem') {
           forms.currentGradeList.push({ text: '六年级', value: 6 })
-          forms.currentGradeList.push({ text: '初一', value: 7 })
-          forms.currentGradeList.push({ text: '初二', value: 8 })
-          forms.currentGradeList.push({ text: '初三', value: 9 })
-        } else {
-          forms.currentGradeList.push({ text: '初一', value: 6 })
-          forms.currentGradeList.push({ text: '初二', value: 7 })
-          forms.currentGradeList.push({ text: '初三', value: 8 })
-          forms.currentGradeList.push({ text: '初四', value: 9 })
         }
 
         // 判断是否获取微信code码