|
|
|
@ -18,6 +18,8 @@ public class WeightInfoActivity extends BaseActivity { |
|
|
|
Toolbar mToolbar; |
|
|
|
@BindView(R.id.tv_toolbar_title) |
|
|
|
TextView tv_toolbar_title; |
|
|
|
|
|
|
|
private long id; |
|
|
|
@Override |
|
|
|
protected int setLayoutId() { |
|
|
|
return R.layout.act_weightinfos; |
|
|
|
@ -35,11 +37,17 @@ public class WeightInfoActivity extends BaseActivity { |
|
|
|
|
|
|
|
@Override |
|
|
|
protected void initData() { |
|
|
|
System.out.println("aaa++++id++"+getIntent().getLongExtra("id",0)); |
|
|
|
id = getIntent().getLongExtra("id",0); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
protected void initOper() { |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
protected void onResume() { |
|
|
|
super.onResume(); |
|
|
|
|
|
|
|
} |
|
|
|
} |