修复电子钥匙/授权管理员发送或修改实名认证流程问题

This commit is contained in:
Daisy 2024-06-07 11:16:20 +08:00
parent e7d5fa9f13
commit a07fcb95a5
3 changed files with 16 additions and 12 deletions

View File

@ -257,9 +257,10 @@ class AuthorizedAdminLogic extends BaseGetXController {
ShowCupertinoAlertView().showBuyTipWithContentAlert( ShowCupertinoAlertView().showBuyTipWithContentAlert(
titleStr: '实名认证为付费功能,请购买后再使用'.tr, titleStr: '实名认证为付费功能,请购买后再使用'.tr,
sureClick: () { sureClick: () {
Get.toNamed(Routers.advancedFeaturesWebPage, arguments: { // Get.toNamed(Routers.advancedFeaturesWebPage, arguments: {
'webBuyType': XSConstantMacro.webBuyTypeAuth, // 'webBuyType': XSConstantMacro.webBuyTypeAuth,
}); // });
Get.toNamed(Routers.valueAddedServicesRealNamePage);
}); });
} else if (entity.errorCode == 433) { } else if (entity.errorCode == 433) {
// //

View File

@ -168,9 +168,10 @@ class ElectronicKeyDetailLogic extends BaseGetXController {
ShowCupertinoAlertView().showBuyTipWithContentAlert( ShowCupertinoAlertView().showBuyTipWithContentAlert(
titleStr: '实名认证为付费功能,请购买后再使用'.tr, titleStr: '实名认证为付费功能,请购买后再使用'.tr,
sureClick: () { sureClick: () {
Get.toNamed(Routers.advancedFeaturesWebPage, arguments: { Get.toNamed(Routers.valueAddedServicesRealNamePage);
'webBuyType': XSConstantMacro.webBuyTypeAuth, // Get.toNamed(Routers.advancedFeaturesWebPage, arguments: {
}); // 'webBuyType': XSConstantMacro.webBuyTypeAuth,
// });
}); });
} else if (entity.errorCode == 433) { } else if (entity.errorCode == 433) {
// //
@ -408,9 +409,10 @@ class ElectronicKeyDetailLogic extends BaseGetXController {
ShowCupertinoAlertView().showBuyTipWithContentAlert( ShowCupertinoAlertView().showBuyTipWithContentAlert(
titleStr: '实名认证为付费功能,请购买后再使用'.tr, titleStr: '实名认证为付费功能,请购买后再使用'.tr,
sureClick: () { sureClick: () {
Get.toNamed(Routers.advancedFeaturesWebPage, arguments: { // Get.toNamed(Routers.advancedFeaturesWebPage, arguments: {
'webBuyType': XSConstantMacro.webBuyTypeAuth, // 'webBuyType': XSConstantMacro.webBuyTypeAuth,
}); // });
Get.toNamed(Routers.valueAddedServicesRealNamePage);
}); });
} else if (entity.errorCode == 433) { } else if (entity.errorCode == 433) {
// //

View File

@ -217,9 +217,10 @@ class SendElectronicKeyViewLogic extends BaseGetXController {
ShowCupertinoAlertView().showBuyTipWithContentAlert( ShowCupertinoAlertView().showBuyTipWithContentAlert(
titleStr: '实名认证为付费功能,请购买后再使用'.tr, titleStr: '实名认证为付费功能,请购买后再使用'.tr,
sureClick: () { sureClick: () {
Get.toNamed(Routers.advancedFeaturesWebPage, arguments: { // Get.toNamed(Routers.advancedFeaturesWebPage, arguments: {
'webBuyType': XSConstantMacro.webBuyTypeAuth, // 'webBuyType': XSConstantMacro.webBuyTypeAuth,
}); // });
Get.toNamed(Routers.valueAddedServicesRealNamePage);
}); });
} else if (entity.errorCode == 433) { } else if (entity.errorCode == 433) {
// //