This commit is contained in:
启星
2025-09-30 21:12:33 +08:00
parent 87fc467652
commit 72fde37be8

View File

@@ -308,16 +308,16 @@
if (faceVerifyResult.isSuccess) { if (faceVerifyResult.isSuccess) {
QXLOG(@"人脸核验通过"); QXLOG(@"人脸核验通过");
MJWeakSelf MJWeakSelf
QXAlertView *al = [[QXAlertView alloc] initWithFrame:CGRectMake(0, 0, ScaleWidth(300), ScaleWidth(175))]; // QXAlertView *al = [[QXAlertView alloc] initWithFrame:CGRectMake(0, 0, ScaleWidth(300), ScaleWidth(175))];
al.type = QXAlertViewTypeNoCancel; // al.type = QXAlertViewTypeNoCancel;
al.title = @"温馨提示"; // al.title = @"温馨提示";
al.message = @"恭喜您获得内测资格将获得10万金币"; // al.message = @"恭喜您获得内测资格将获得10万金币";
al.commitBlock = ^{ // al.commitBlock = ^{
[weakSelf authSuccess]; [weakSelf authSuccess];
}; // };
[[QXGlobal shareGlobal] showView:al popType:(PopViewTypeTopToCenter) tapDismiss:NO finishBlock:^{ // [[QXGlobal shareGlobal] showView:al popType:(PopViewTypeTopToCenter) tapDismiss:NO finishBlock:^{
//
}]; // }];
/// ///
[QXMineNetwork postRealNameResultWithOrderNo:faceVerifyResult.orderNo successBlock:^(NSDictionary * _Nonnull dict) { [QXMineNetwork postRealNameResultWithOrderNo:faceVerifyResult.orderNo successBlock:^(NSDictionary * _Nonnull dict) {