修复电子钥匙/授权管理员发送或修改实名认证流程问题
This commit is contained in:
parent
e7d5fa9f13
commit
a07fcb95a5
@ -257,9 +257,10 @@ class AuthorizedAdminLogic extends BaseGetXController {
|
||||
ShowCupertinoAlertView().showBuyTipWithContentAlert(
|
||||
titleStr: '实名认证为付费功能,请购买后再使用'.tr,
|
||||
sureClick: () {
|
||||
Get.toNamed(Routers.advancedFeaturesWebPage, arguments: {
|
||||
'webBuyType': XSConstantMacro.webBuyTypeAuth,
|
||||
});
|
||||
// Get.toNamed(Routers.advancedFeaturesWebPage, arguments: {
|
||||
// 'webBuyType': XSConstantMacro.webBuyTypeAuth,
|
||||
// });
|
||||
Get.toNamed(Routers.valueAddedServicesRealNamePage);
|
||||
});
|
||||
} else if (entity.errorCode == 433) {
|
||||
//需联系管理员购买
|
||||
|
||||
@ -168,9 +168,10 @@ class ElectronicKeyDetailLogic extends BaseGetXController {
|
||||
ShowCupertinoAlertView().showBuyTipWithContentAlert(
|
||||
titleStr: '实名认证为付费功能,请购买后再使用'.tr,
|
||||
sureClick: () {
|
||||
Get.toNamed(Routers.advancedFeaturesWebPage, arguments: {
|
||||
'webBuyType': XSConstantMacro.webBuyTypeAuth,
|
||||
});
|
||||
Get.toNamed(Routers.valueAddedServicesRealNamePage);
|
||||
// Get.toNamed(Routers.advancedFeaturesWebPage, arguments: {
|
||||
// 'webBuyType': XSConstantMacro.webBuyTypeAuth,
|
||||
// });
|
||||
});
|
||||
} else if (entity.errorCode == 433) {
|
||||
//需联系管理员购买
|
||||
@ -408,9 +409,10 @@ class ElectronicKeyDetailLogic extends BaseGetXController {
|
||||
ShowCupertinoAlertView().showBuyTipWithContentAlert(
|
||||
titleStr: '实名认证为付费功能,请购买后再使用'.tr,
|
||||
sureClick: () {
|
||||
Get.toNamed(Routers.advancedFeaturesWebPage, arguments: {
|
||||
'webBuyType': XSConstantMacro.webBuyTypeAuth,
|
||||
});
|
||||
// Get.toNamed(Routers.advancedFeaturesWebPage, arguments: {
|
||||
// 'webBuyType': XSConstantMacro.webBuyTypeAuth,
|
||||
// });
|
||||
Get.toNamed(Routers.valueAddedServicesRealNamePage);
|
||||
});
|
||||
} else if (entity.errorCode == 433) {
|
||||
//需联系管理员购买
|
||||
|
||||
@ -217,9 +217,10 @@ class SendElectronicKeyViewLogic extends BaseGetXController {
|
||||
ShowCupertinoAlertView().showBuyTipWithContentAlert(
|
||||
titleStr: '实名认证为付费功能,请购买后再使用'.tr,
|
||||
sureClick: () {
|
||||
Get.toNamed(Routers.advancedFeaturesWebPage, arguments: {
|
||||
'webBuyType': XSConstantMacro.webBuyTypeAuth,
|
||||
});
|
||||
// Get.toNamed(Routers.advancedFeaturesWebPage, arguments: {
|
||||
// 'webBuyType': XSConstantMacro.webBuyTypeAuth,
|
||||
// });
|
||||
Get.toNamed(Routers.valueAddedServicesRealNamePage);
|
||||
});
|
||||
} else if (entity.errorCode == 433) {
|
||||
//需联系管理员购买
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user