temp save

This commit is contained in:
AI Health Developer
2025-04-10 18:01:01 +08:00
parent faa6a2c4dc
commit 2caa476640
84 changed files with 1908 additions and 800 deletions

View File

@@ -67,7 +67,7 @@
#import "XPTaskCompleteTipView.h"
#import "XPWebViewController.h"
#import "XPMineUserInfoViewController.h"
#import "MSTabbarRoomGameVC.h"
#import "LudoGameViewController.h"
#import "MSRoomGameVC.h"
#import "XPMomentsRecommendViewController.h"
@@ -196,7 +196,7 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
}
- (void)registerSocialCallBack {
//
//
[[SocialShareManager sharedManager] setHandleJumpToRoom:^(NSString * _Nonnull roomID) {
if (![NSString isEmpty:roomID]) {
//
@@ -511,7 +511,6 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
///
- (void)getAnchorCardInfoSuccess:(XPTabAnchorCardModel *)cardInfo {
if (!self.anchorCardView.superview && cardInfo && self.isViewLoaded && self.view.window) {
self.anchorCardView.frame = CGRectMake(0, -90-kStatusBarHeight, KScreenWidth, 90);
[UIView animateWithDuration:0.5 animations:^{
@@ -747,7 +746,7 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
break;
case 1: {
@kWeakify(self);
MSTabbarRoomGameVC *vc = [[MSTabbarRoomGameVC alloc] init];
LudoGameViewController *vc = [[LudoGameViewController alloc] init];
vc.needForceExitRoom = ^{
@kStrongify(self);
if ([XPRoomMiniManager shareManager].getRoomInfo) {