更新协议方式

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(

View File

@@ -953,8 +953,13 @@ class RegisterPage extends GetView<MHTRegisterController> {
// context,
// "用户协议",
// "/#/pages/agreement/agreement?type=2&hideHead=true");
// Get.toNamed(
// "/userAgreementPage");
Get.toNamed(
"/userAgreementPage");
"/userPolicyPageNew",
arguments:
getPrivacy(
2));
},
child: Text(
'《用户协议》'.tr,
@@ -995,8 +1000,13 @@ class RegisterPage extends GetView<MHTRegisterController> {
// context,
// "隐私协议",
// "/#/pages/agreement/agreement?type=1&hideHead=true");
// Get.toNamed(
// "/privacyPolicyPage");
Get.toNamed(
"/privacyPolicyPage");
"/privacyPolicyPageNew",
arguments:
getPrivacy(
1));
},
child: Text(
'《隐私协议》'.tr,