Commit e47626d3 by tanghuan

修改手机号登录指引的链接

1 parent ee8c4a0c
...@@ -476,7 +476,7 @@ class LoginPhonePage extends StatelessWidget { ...@@ -476,7 +476,7 @@ class LoginPhonePage extends StatelessWidget {
..onTap = () { ..onTap = () {
router.push( router.push(
'/link', '/link',
extra: {'url': 'https://bxr.banxiaoer.net/apps/privacysettings.html', 'title': '隐私保障'}, extra: {'url': 'https://bxr.banxiaoer.net/apps/phoneGuide.html', 'title': '手机号登录指引'},
); );
}, },
), ),
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!