Compare commits
1 Commits
feature/1.
...
appstore_2
Author | SHA1 | Date | |
---|---|---|---|
![]() |
252c04e022 |
@@ -46,7 +46,6 @@ NS_ASSUME_NONNULL_BEGIN
|
|||||||
//是否为周榜top1
|
//是否为周榜top1
|
||||||
@property(nonatomic,assign) BOOL isWeekTop1;
|
@property(nonatomic,assign) BOOL isWeekTop1;
|
||||||
@property(nonatomic,copy) NSString *inRoomUid;
|
@property(nonatomic,copy) NSString *inRoomUid;
|
||||||
|
|
||||||
//是否在麦位
|
//是否在麦位
|
||||||
@property(nonatomic,assign) BOOL inMic;
|
@property(nonatomic,assign) BOOL inMic;
|
||||||
///是否在线
|
///是否在线
|
||||||
|
@@ -24,7 +24,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|||||||
@interface XPNewHomePartyTableViewCell : UITableViewCell
|
@interface XPNewHomePartyTableViewCell : UITableViewCell
|
||||||
|
|
||||||
@property (nonatomic,strong) HomePlayRoomModel *roomInfo;
|
@property (nonatomic,strong) HomePlayRoomModel *roomInfo;
|
||||||
@property (nonatomic,strong) HomeRecommendRoomModel *roomInfo1;
|
|
||||||
@property(nonatomic,weak) id<XPNewHomePartyTableViewCellDelegate>delegate;
|
@property(nonatomic,weak) id<XPNewHomePartyTableViewCellDelegate>delegate;
|
||||||
///声音卡时,svga是否播放动画
|
///声音卡时,svga是否播放动画
|
||||||
-(void)setPlaySoundStatus:(BOOL)isPlay;
|
-(void)setPlaySoundStatus:(BOOL)isPlay;
|
||||||
|
@@ -243,14 +243,7 @@
|
|||||||
-(void)setPlaySoundTime:(NSInteger)time{
|
-(void)setPlaySoundTime:(NSInteger)time{
|
||||||
_audioView.voiceDura = @(time).stringValue;
|
_audioView.voiceDura = @(time).stringValue;
|
||||||
}
|
}
|
||||||
- (void)setRoomInfo1:(HomeRecommendRoomModel *)roomInfo1 {
|
|
||||||
_roomInfo1 = roomInfo1;
|
|
||||||
if (_roomInfo1) {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
-(void)didSelectItemAction{
|
-(void)didSelectItemAction{
|
||||||
|
|
||||||
|
@@ -467,6 +467,7 @@ UIKIT_EXTERN NSString * const kShieldingNotification;
|
|||||||
-(void)xPNewHomePartyTableViewCell:(XPNewHomePartyTableViewCell *_Nullable)cell didSelectChat:(HomePlayRoomModel *_Nonnull)roomModel{
|
-(void)xPNewHomePartyTableViewCell:(XPNewHomePartyTableViewCell *_Nullable)cell didSelectChat:(HomePlayRoomModel *_Nonnull)roomModel{
|
||||||
if(roomModel.inMic == YES){
|
if(roomModel.inMic == YES){
|
||||||
[XPRoomViewController openRoom:roomModel.inRoomUid fromNick:roomModel.nick fromType:UserEnterRoomFromType_Follow_User fromUid:roomModel.uid viewController:self];
|
[XPRoomViewController openRoom:roomModel.inRoomUid fromNick:roomModel.nick fromType:UserEnterRoomFromType_Follow_User fromUid:roomModel.uid viewController:self];
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user