This commit is contained in:
wyf
2025-08-16 17:45:55 +08:00
parent 7d3e4ad1e8
commit 111bd78a24
15 changed files with 477 additions and 137 deletions

View File

@@ -53,13 +53,15 @@ class _OtherLoginPageState extends State<OtherLoginPage> {
// 协议2点击事件逻辑
print('点击了协议2');
// Get.to(() => UserSchemePage());
Get.toNamed("/userSchemePage");
// Get.toNamed("/userSchemePage");
Get.toNamed("/userPolicyPageNew", arguments: getPrivacy(2));
};
_tapRecognizer4 = TapGestureRecognizer()
..onTap = () {
// 协议4点击事件逻辑
print('点击了协议4');
Get.toNamed("/privacyPage");
// print('点击了协议4');
// Get.toNamed("/privacyPage");
Get.toNamed("/privacyPolicyPageNew", arguments: getPrivacy(1));
};
super.initState();
LoginController loginController = Get.find();