Commit 335867f4 authored by 姜敏's avatar 姜敏

更改线的粗细

parent 11e1ac1e
...@@ -178,6 +178,11 @@ public class VipInfoEditFragment extends BaseFragment<VipPresenter, FragmentVipI ...@@ -178,6 +178,11 @@ public class VipInfoEditFragment extends BaseFragment<VipPresenter, FragmentVipI
public void setVip(Vip mVip) { public void setVip(Vip mVip) {
this.vip = mVip; this.vip = mVip;
if (mVip!=null){
vipTag=Byte.parseByte(String.valueOf(mVip.getVipTag()));
}else {
vipTag=null;
}
} }
public Vip getmVip() { public Vip getmVip() {
......
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