|
@@ -178,7 +178,7 @@ namespace GFGGame
|
|
|
item.m_btnGetGiftBag.onClick.Add(OnBtnGetGiftBagClick);
|
|
|
}
|
|
|
item.m_btnGetGiftBag.data = vipCfg.id;
|
|
|
- bool isGet = MathUtil.isBitSet(GameGlobal.myNumericComponent.GetAsInt(NumericType.VipGetStatus), vipCfg.id);
|
|
|
+ //bool isGet = MathUtil.isBitSet(GameGlobal.myNumericComponent.GetAsInt(NumericType.VipGetStatus), vipCfg.id);
|
|
|
long limitChargeExp = _activityInfo.CountValue;
|
|
|
//item.m_btnGetGiftBag.grayed = limitChargeExp < _rechargeCfgs[index].value;
|
|
|
item.m_txtGiftBag.text = string.Format("活动期间累计获得{0}会员积分({1}/{2})", _rechargeCfgs[index].value, limitChargeExp, _rechargeCfgs[index].value);
|