修复电子钥匙/授权管理员发送或修改实名认证流程问题
This commit is contained in:
parent
e7d5fa9f13
commit
a07fcb95a5
@ -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) {
|
||||||
//需联系管理员购买
|
//需联系管理员购买
|
||||||
|
|||||||
@ -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) {
|
||||||
//需联系管理员购买
|
//需联系管理员购买
|
||||||
|
|||||||
@ -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) {
|
||||||
//需联系管理员购买
|
//需联系管理员购买
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user