移除多个文件中的 TODO 注释,提升代码整洁性和可读性。
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
///头部
|
///头部
|
||||||
@property (nonatomic,strong) XPRoomMessageHeaderView *headerView;
|
@property (nonatomic,strong) XPRoomMessageHeaderView *headerView;
|
||||||
|
|
||||||
///messageView 持有这个工具类 进行数据的分发操作 TODO: 有需要在改
|
///messageView 持有这个工具类 进行数据的分发操作
|
||||||
@property (nonatomic,strong) XPRoomMessageParser *messageParser;
|
@property (nonatomic,strong) XPRoomMessageParser *messageParser;
|
||||||
///数据源
|
///数据源
|
||||||
@property (nonatomic,strong) NSMutableArray<XPMessageInfoModel *> *datasource;
|
@property (nonatomic,strong) NSMutableArray<XPMessageInfoModel *> *datasource;
|
||||||
|
@@ -341,7 +341,6 @@ XPRoomSettingItemModel * itemModel = [[self.datasource xpSafeObjectAtIndex:index
|
|||||||
|
|
||||||
- (void)didClickCancel:(RoomSettingInputType)type {
|
- (void)didClickCancel:(RoomSettingInputType)type {
|
||||||
// if (type == RoomSettingItemType_Pwd) {
|
// if (type == RoomSettingItemType_Pwd) {
|
||||||
// // TODO: 狀態復位
|
|
||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -31,7 +31,6 @@ NS_ASSUME_NONNULL_BEGIN
|
|||||||
@property (nonatomic,strong) NSMutableDictionary<NSString *, MicroQueueModel *> *micQueue;
|
@property (nonatomic,strong) NSMutableDictionary<NSString *, MicroQueueModel *> *micQueue;
|
||||||
///是否隐藏送礼按钮
|
///是否隐藏送礼按钮
|
||||||
@property (nonatomic, assign) BOOL hideSendGiftItem;
|
@property (nonatomic, assign) BOOL hideSendGiftItem;
|
||||||
//TODO: 先只改用户卡片中的 其实这个属性是不需要的 但是从用户卡片送礼物的VC 是需要delegate 所以先放在这里吧
|
|
||||||
///协议
|
///协议
|
||||||
@property (nonatomic,weak) id<RoomHostDelegate> delegate;
|
@property (nonatomic,weak) id<RoomHostDelegate> delegate;
|
||||||
|
|
||||||
|
@@ -519,7 +519,7 @@ NSString * const kJPClose = @"newTppClose";
|
|||||||
|
|
||||||
// 显示充值界面
|
// 显示充值界面
|
||||||
- (void)pay:(NSDictionary*)args {
|
- (void)pay:(NSDictionary*)args {
|
||||||
//拉起充值商城 TODO 客⼾端
|
//拉起充值商城
|
||||||
TTAlertConfig *config = [[TTAlertConfig alloc]init];
|
TTAlertConfig *config = [[TTAlertConfig alloc]init];
|
||||||
config.title = YMLocalizedString(@"UserDetail_CP_Toast_0");
|
config.title = YMLocalizedString(@"UserDetail_CP_Toast_0");
|
||||||
config.message = YMLocalizedString(@"XPNobleCenterViewController3");
|
config.message = YMLocalizedString(@"XPNobleCenterViewController3");
|
||||||
@@ -596,7 +596,7 @@ NSString * const kJPClose = @"newTppClose";
|
|||||||
- (void) destroy:(NSDictionary*)args
|
- (void) destroy:(NSDictionary*)args
|
||||||
{
|
{
|
||||||
NSLog(@"BSGAME %s","游戏调⽤destroy");
|
NSLog(@"BSGAME %s","游戏调⽤destroy");
|
||||||
//关闭游戏 TODO 客⼾端
|
//关闭游戏
|
||||||
[self willMoveToParentViewController:nil]; //1
|
[self willMoveToParentViewController:nil]; //1
|
||||||
[self.view removeFromSuperview]; //2
|
[self.view removeFromSuperview]; //2
|
||||||
[self removeFromParentViewController]; //3
|
[self removeFromParentViewController]; //3
|
||||||
@@ -617,7 +617,7 @@ NSString * const kJPClose = @"newTppClose";
|
|||||||
- (void) gameRecharge:(NSDictionary*)args
|
- (void) gameRecharge:(NSDictionary*)args
|
||||||
{
|
{
|
||||||
NSLog(@"BSGAME %s","游戏调⽤gameRecharge");
|
NSLog(@"BSGAME %s","游戏调⽤gameRecharge");
|
||||||
//拉起充值商城 TODO 客⼾端
|
//拉起充值商城
|
||||||
TTAlertConfig *config = [[TTAlertConfig alloc]init];
|
TTAlertConfig *config = [[TTAlertConfig alloc]init];
|
||||||
config.title = YMLocalizedString(@"UserDetail_CP_Toast_0");
|
config.title = YMLocalizedString(@"UserDetail_CP_Toast_0");
|
||||||
config.message = YMLocalizedString(@"XPNobleCenterViewController3");
|
config.message = YMLocalizedString(@"XPNobleCenterViewController3");
|
||||||
@@ -636,7 +636,7 @@ NSString * const kJPClose = @"newTppClose";
|
|||||||
// 游戏加载完毕
|
// 游戏加载完毕
|
||||||
- (void) gameLoaded:(NSDictionary*)args
|
- (void) gameLoaded:(NSDictionary*)args
|
||||||
{
|
{
|
||||||
// 游戏加载完毕 TODO 客⼾端
|
// 游戏加载完毕
|
||||||
[self.backBtn removeFromSuperview];
|
[self.backBtn removeFromSuperview];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user