Explorar el Código

Merge branch 'feature-3.8'

TIANYONG hace 1 año
padre
commit
e35f7148e1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/student-register/register-new/index.tsx

+ 1 - 1
src/views/student-register/register-new/index.tsx

@@ -290,7 +290,7 @@ export default defineComponent({
             forms.showButton = false;
           }
         } else {
-          // forms.showTips = true;
+          forms.showTips = true;
         }
       } catch {}
     };