更新ui
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user