修复bug
This commit is contained in:
@@ -30,8 +30,10 @@ typedef NS_ENUM(NSInteger, ActivityType) {
|
||||
@interface ActivityInfoModel : PIBaseModel
|
||||
///名称
|
||||
@property (nonatomic,copy) NSString *bannerName;
|
||||
///活动的图片
|
||||
///外面的活动的图片
|
||||
@property (nonatomic, copy)NSString *bannerPic;
|
||||
///里面的活动的图片
|
||||
@property(nonatomic,copy) NSString *bannerUrl;
|
||||
///跳转类型
|
||||
@property (nonatomic, assign)ActivitySkipType skipType;
|
||||
///如果是跳转房间的话 那就是房主的uid 如果是h5的话 那就是链接
|
||||
|
Reference in New Issue
Block a user