[Modify]修復1.6.0bug

This commit is contained in:
wushaocheng
2023-02-26 20:27:01 +08:00
parent 365728e9b8
commit 5b73285d17
12 changed files with 475 additions and 25 deletions

View File

@@ -13,6 +13,11 @@ public class FirstChargeReward implements Parcelable, MultiItemEntity {
public FirstChargeReward() {
}
public static final int ONE = 1;
public static final int TWO = 2;
public static final int THREE = 3;
public static final int FOUR = 4;
private String showPir;
private String showText;
private String showTime;
@@ -48,7 +53,7 @@ public class FirstChargeReward implements Parcelable, MultiItemEntity {
}
};
public void setType(int type) {
public void setItemType(int type) {
this.type = type;
}