fix:直播间侧边推荐banner点击跳转后未打开新人签到对话框
This commit is contained in:
@@ -15,6 +15,8 @@ public class SlideInfoModel extends BaseModel {
|
||||
private String slidePic = "";
|
||||
@SerializedName("slide_url")
|
||||
private String slideUrl = "";
|
||||
@SerializedName("type")
|
||||
private int type;
|
||||
|
||||
public String getSlidePic() {
|
||||
return slidePic;
|
||||
@@ -33,4 +35,12 @@ public class SlideInfoModel extends BaseModel {
|
||||
this.slideUrl = slideUrl;
|
||||
return this;
|
||||
}
|
||||
|
||||
public int getType() {
|
||||
return type;
|
||||
}
|
||||
|
||||
public void setType(int type) {
|
||||
this.type = type;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user