心愿单直播间轮播入口(没有设置就隐藏)
This commit is contained in:
@@ -28,6 +28,17 @@ public class WishModel extends BaseModel {
|
||||
private int giftType;
|
||||
@SerializedName("price")
|
||||
private int price;
|
||||
@SerializedName("isShow")
|
||||
private int isShow = -1;
|
||||
|
||||
public int getIsShow() {
|
||||
return isShow;
|
||||
}
|
||||
|
||||
public WishModel setIsShow(int isShow) {
|
||||
this.isShow = isShow;
|
||||
return this;
|
||||
}
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
@@ -146,7 +157,8 @@ public class WishModel extends BaseModel {
|
||||
}
|
||||
return progress;
|
||||
}
|
||||
public int wishCurrent(){
|
||||
|
||||
public int wishCurrent() {
|
||||
int current = 0;
|
||||
try {
|
||||
current = Integer.parseInt(wishlistProgress);
|
||||
|
||||
Reference in New Issue
Block a user