6.5.4礼物冠名
This commit is contained in:
parent
2a276503b5
commit
3761cad653
@ -464,7 +464,7 @@ public class LiveGiftPopup extends AbsDialogFragment {
|
||||
goldText.setText(coinModel.getGold());
|
||||
diamondText.setText(coinModel.getCoin());
|
||||
lvStr.setText("Lv." + coinModel.getUserLevel());
|
||||
int nextLeve = Integer.parseInt(coinModel.getUserNextLevelRewards());
|
||||
int nextLeve = Integer.parseInt(coinModel.getUserNextLevelRewards())+Integer.parseInt(coinModel.getUserLevelCurrentConsumption());
|
||||
int maxLeve = Integer.parseInt(coinModel.getUserLevelMax());
|
||||
findViewById(R.id.red_point).setVisibility((!TextUtils.isEmpty(coinModel.getUsersPackRedDot())) &&
|
||||
TextUtils.equals(coinModel.getUsersPackRedDot(), "1") ? View.VISIBLE : View.GONE);
|
||||
|
Loading…
Reference in New Issue
Block a user