Commit f984e393 authored by 王海's avatar 王海

修改积分标题

parent 859d7aac
......@@ -296,6 +296,10 @@ public abstract class BaseDialog<P extends BasePresenter, B extends ViewDataBind
}
}
/**
* 强制关闭dialog
*/
public void toughDismiss() {
if (shutDown) {
if (recLen <= 0) {
......
......@@ -32,7 +32,7 @@ public class IntegralExchangeAdapter extends BaseAdapter<Ubound, ItemIntegralBin
()) + "元\n最多使用" + item.getBoundUseNum() + "积分");
}
//备注
mViewBinding.tvGet.setText("无");
mViewBinding.tvGet.setText(mViewBinding.tvVip.getText().toString());
if (item.getBoundUseStatus() != null) {
//开通启用状态 0:正常 1 暂停 默认 0
if (item.getBoundUseStatus() == 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment