Explorar o código

feat: 注册页面限制在微信中打开

TIANYONG hai 1 ano
pai
achega
46ec0426ed
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

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