Commit b2f7f1cb by tanghuan

去掉登录界面底部文案

1 parent 501d7919
......@@ -117,15 +117,6 @@ class LoginPhonePageV3 extends StatelessWidget {
],
),
const SizedBox(height: 40),
Text(
'提示:本应用为学生端使用,教师请前往班小二小程序操作',
textAlign: TextAlign.center,
style: const TextStyle(
fontSize: 12,
height: 20 / 12,
color: Color(0xFF999999),
),
),
],
),
),
......
......@@ -103,15 +103,6 @@ class LoginQrPageV3 extends StatelessWidget {
],
),
const SizedBox(height: 40),
Text(
'提示:本应用为学生端使用,教师请前往班小二小程序操作',
textAlign: TextAlign.center,
style: const TextStyle(
fontSize: 12,
height: 20 / 12,
color: Color(0xFF999999),
),
),
],
),
),
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!