فهرست منبع

去掉多余的代码

lex 1 سال پیش
والد
کامیت
c957c7dc04
1فایلهای تغییر یافته به همراه0 افزوده شده و 8 حذف شده
  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码