Explorar o código

feat: 学生注册限制只能微信打开

TIANYONG hai 1 ano
pai
achega
835fdf3f83
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/student-register/register-new/index.tsx

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

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