From 651db0121bd43b335839390324d5e6a0a04263d9 Mon Sep 17 00:00:00 2001 From: edwinQQQ Date: Thu, 18 Sep 2025 17:36:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=B8=AA=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=AD=E7=9A=84=20TODO=20=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=EF=BC=8C=E6=8F=90=E5=8D=87=E4=BB=A3=E7=A0=81=E6=95=B4=E6=B4=81?= =?UTF-8?q?=E6=80=A7=E5=92=8C=E5=8F=AF=E8=AF=BB=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../YMRoom/View/RoomGame/View/SubView/MSRoomGameMsgView.m | 2 +- .../View/Setting/View/XPRoomSettingViewController.m | 1 - .../YMRoom/View/UserCard/Model/XPUserCardInfoModel.h | 1 - YuMi/Modules/YMWeb/MSRoomGameWebVC.m | 8 ++++---- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/YuMi/Modules/YMRoom/View/RoomGame/View/SubView/MSRoomGameMsgView.m b/YuMi/Modules/YMRoom/View/RoomGame/View/SubView/MSRoomGameMsgView.m index 62cec8ff..83f99b3f 100644 --- a/YuMi/Modules/YMRoom/View/RoomGame/View/SubView/MSRoomGameMsgView.m +++ b/YuMi/Modules/YMRoom/View/RoomGame/View/SubView/MSRoomGameMsgView.m @@ -55,7 +55,7 @@ ///头部 @property (nonatomic,strong) XPRoomMessageHeaderView *headerView; -///messageView 持有这个工具类 进行数据的分发操作 TODO: 有需要在改 +///messageView 持有这个工具类 进行数据的分发操作 @property (nonatomic,strong) XPRoomMessageParser *messageParser; ///数据源 @property (nonatomic,strong) NSMutableArray *datasource; diff --git a/YuMi/Modules/YMRoom/View/Setting/View/XPRoomSettingViewController.m b/YuMi/Modules/YMRoom/View/Setting/View/XPRoomSettingViewController.m index 66b41924..f3076bba 100644 --- a/YuMi/Modules/YMRoom/View/Setting/View/XPRoomSettingViewController.m +++ b/YuMi/Modules/YMRoom/View/Setting/View/XPRoomSettingViewController.m @@ -341,7 +341,6 @@ XPRoomSettingItemModel * itemModel = [[self.datasource xpSafeObjectAtIndex:index - (void)didClickCancel:(RoomSettingInputType)type { // if (type == RoomSettingItemType_Pwd) { -// // TODO: 狀態復位 // } } diff --git a/YuMi/Modules/YMRoom/View/UserCard/Model/XPUserCardInfoModel.h b/YuMi/Modules/YMRoom/View/UserCard/Model/XPUserCardInfoModel.h index 694fecb9..33b87459 100644 --- a/YuMi/Modules/YMRoom/View/UserCard/Model/XPUserCardInfoModel.h +++ b/YuMi/Modules/YMRoom/View/UserCard/Model/XPUserCardInfoModel.h @@ -31,7 +31,6 @@ NS_ASSUME_NONNULL_BEGIN @property (nonatomic,strong) NSMutableDictionary *micQueue; ///是否隐藏送礼按钮 @property (nonatomic, assign) BOOL hideSendGiftItem; -//TODO: 先只改用户卡片中的 其实这个属性是不需要的 但是从用户卡片送礼物的VC 是需要delegate 所以先放在这里吧 ///协议 @property (nonatomic,weak) id delegate; diff --git a/YuMi/Modules/YMWeb/MSRoomGameWebVC.m b/YuMi/Modules/YMWeb/MSRoomGameWebVC.m index 3554923e..3c26a881 100644 --- a/YuMi/Modules/YMWeb/MSRoomGameWebVC.m +++ b/YuMi/Modules/YMWeb/MSRoomGameWebVC.m @@ -519,7 +519,7 @@ NSString * const kJPClose = @"newTppClose"; // 显示充值界面 - (void)pay:(NSDictionary*)args { - //拉起充值商城 TODO 客⼾端 + //拉起充值商城 TTAlertConfig *config = [[TTAlertConfig alloc]init]; config.title = YMLocalizedString(@"UserDetail_CP_Toast_0"); config.message = YMLocalizedString(@"XPNobleCenterViewController3"); @@ -596,7 +596,7 @@ NSString * const kJPClose = @"newTppClose"; - (void) destroy:(NSDictionary*)args { NSLog(@"BSGAME %s","游戏调⽤destroy"); - //关闭游戏 TODO 客⼾端 + //关闭游戏 [self willMoveToParentViewController:nil]; //1 [self.view removeFromSuperview]; //2 [self removeFromParentViewController]; //3 @@ -617,7 +617,7 @@ NSString * const kJPClose = @"newTppClose"; - (void) gameRecharge:(NSDictionary*)args { NSLog(@"BSGAME %s","游戏调⽤gameRecharge"); - //拉起充值商城 TODO 客⼾端 + //拉起充值商城 TTAlertConfig *config = [[TTAlertConfig alloc]init]; config.title = YMLocalizedString(@"UserDetail_CP_Toast_0"); config.message = YMLocalizedString(@"XPNobleCenterViewController3"); @@ -636,7 +636,7 @@ NSString * const kJPClose = @"newTppClose"; // 游戏加载完毕 - (void) gameLoaded:(NSDictionary*)args { - // 游戏加载完毕 TODO 客⼾端 + // 游戏加载完毕 [self.backBtn removeFromSuperview]; }