更新ui
This commit is contained in:
@@ -948,13 +948,7 @@ class RegisterPage extends GetView<MHTRegisterController> {
|
||||
AlignmentDirectional(
|
||||
0, 0),
|
||||
child: InkWell(
|
||||
onTap: () {
|
||||
// showCustomConfirmOfWebViewDialog(
|
||||
// context,
|
||||
// "用户协议",
|
||||
// "/#/pages/agreement/agreement?type=2&hideHead=true");
|
||||
// Get.toNamed(
|
||||
// "/userAgreementPage");
|
||||
onTap: () {
|
||||
Get.toNamed(
|
||||
"/userPolicyPageNew",
|
||||
arguments:
|
||||
@@ -995,13 +989,7 @@ class RegisterPage extends GetView<MHTRegisterController> {
|
||||
AlignmentDirectional(
|
||||
0, 0),
|
||||
child: InkWell(
|
||||
onTap: () {
|
||||
// showCustomConfirmOfWebViewDialog(
|
||||
// context,
|
||||
// "隐私协议",
|
||||
// "/#/pages/agreement/agreement?type=1&hideHead=true");
|
||||
// Get.toNamed(
|
||||
// "/privacyPolicyPage");
|
||||
onTap: () {
|
||||
Get.toNamed(
|
||||
"/privacyPolicyPageNew",
|
||||
arguments:
|
||||
|
||||
Reference in New Issue
Block a user