Commit b1c3f699 authored by 朱璇's avatar 朱璇

bugfix @陈雪 [iOS-面诊师卡片弹窗]点击立即视频面诊按钮,按钮没 有反应

parent f8a98d6e
...@@ -386,7 +386,7 @@ ...@@ -386,7 +386,7 @@
} }
#pragma mark - 在线 #pragma mark - 在线
- (void)onlineBtnClickMethod { - (void)onlineBtnClickMethod {
BOOL status = (BOOL)[[GMRouter sharedInstance] pushScheme:@"gengmei://gm_showLoginViewIfNeeded"]; BOOL status = [[[GMRouter sharedInstance] pushScheme:@"gengmei://gm_showLoginViewIfNeeded"] boolValue];
if (status) { if (status) {
return; return;
} }
...@@ -403,7 +403,7 @@ ...@@ -403,7 +403,7 @@
} }
#pragma mark - 随机1v1面诊 #pragma mark - 随机1v1面诊
- (void)faceRandomMethod { - (void)faceRandomMethod {
BOOL status = (BOOL)[[GMRouter sharedInstance] pushScheme:@"gengmei://gm_showLoginViewIfNeeded"]; BOOL status = [[[GMRouter sharedInstance] pushScheme:@"gengmei://gm_showLoginViewIfNeeded"] boolValue];
if (status) { if (status) {
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment