网页支付
parent
c7e2243818
commit
a298850c48
|
@ -660,6 +660,9 @@ public class BuyGoodsNewLogic {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Map<Integer, SRechargeCommodityNewConfig> configMap = SRechargeCommodityNewConfig.configMap;
|
||||||
|
list.removeIf(v -> configMap.get(v).getIsShowInWeb() == 0);
|
||||||
|
|
||||||
// 登封造极活动信息
|
// 登封造极活动信息
|
||||||
List<SGlobalActivity> activity1 = SGlobalActivity.getsGlobalActivityMapByType(ActivityType.HERO_STAR);
|
List<SGlobalActivity> activity1 = SGlobalActivity.getsGlobalActivityMapByType(ActivityType.HERO_STAR);
|
||||||
Map<Integer, ActivityMission> missionMap = user.getActivityManager().getActivityMissionMap();
|
Map<Integer, ActivityMission> missionMap = user.getActivityManager().getActivityMissionMap();
|
||||||
|
|
|
@ -59,7 +59,7 @@ public class SRechargeCommodityNewConfig implements BaseConfig {
|
||||||
private String rechargeId9;
|
private String rechargeId9;
|
||||||
private String rechargeId10;
|
private String rechargeId10;
|
||||||
|
|
||||||
|
private int isShowInWeb;
|
||||||
|
|
||||||
private int[] forbid;
|
private int[] forbid;
|
||||||
|
|
||||||
|
@ -205,4 +205,7 @@ public class SRechargeCommodityNewConfig implements BaseConfig {
|
||||||
this.condition = condition;
|
this.condition = condition;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int getIsShowInWeb() {
|
||||||
|
return isShowInWeb;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue