更新协议方式

This commit is contained in:
wyf
2025-08-16 09:23:07 +08:00
parent 8731f7c335
commit 3713d95212
11 changed files with 721 additions and 51 deletions

View File

@@ -338,7 +338,7 @@ class _SettingPageState extends State<SettingPage> {
40.rpx, 0.rpx, 40.rpx, 0.rpx),
onTap: () {
// Get.toNamed("/userAgreementPage");
Get.toNamed("/privacyPolicyPageNew",
Get.toNamed("/userPolicyPageNew",
arguments: getPrivacy(2));
},
child: Container(
@@ -388,7 +388,7 @@ class _SettingPageState extends State<SettingPage> {
0.rpx, 0.rpx, 0.rpx, 0.rpx),
onTap: () {
// Get.toNamed("/privacyPolicyPage");
Get.toNamed("/userPolicyPageNew",
Get.toNamed("/privacyPolicyPageNew",
arguments: getPrivacy(1));
},
child: Container(