修复测试反馈问题
This commit is contained in:
@@ -173,8 +173,8 @@ public class DiamondExchangeActivity extends AbsOTOActivity {
|
||||
|
||||
private void initData() {
|
||||
|
||||
if (getIntent() != null && getIntent().getBundleExtra("bundle") != null) {
|
||||
type = getIntent().getBundleExtra("bundle").getString("type");
|
||||
if (getIntent() != null && getIntent().getExtras() != null) {
|
||||
type = getIntent().getExtras().getString("type");
|
||||
if (TextUtils.equals(type, "yuanbao")) {
|
||||
title.setText(getString(R.string.my_arnings_exchange_star));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user