货源详情重复打开
This commit is contained in:
parent
496319c04b
commit
7fdb48817f
@ -354,11 +354,11 @@ public class H5Activity extends AppCompatActivity {
|
|||||||
if (status) {
|
if (status) {
|
||||||
//认证成功返回
|
//认证成功返回
|
||||||
//认证成功返回
|
//认证成功返回
|
||||||
new Handler().postDelayed(() -> {
|
// new Handler().postDelayed(() -> {
|
||||||
FaceEvent he = new FaceEvent("刷脸成功");
|
// FaceEvent he = new FaceEvent("刷脸成功");
|
||||||
EventBus.getDefault().post(he);
|
// EventBus.getDefault().post(he);
|
||||||
finish();
|
// finish();
|
||||||
}, 800);
|
// }, 800);
|
||||||
Toast.makeText(H5Activity.this, "认证成功", Toast.LENGTH_LONG).show();
|
Toast.makeText(H5Activity.this, "认证成功", Toast.LENGTH_LONG).show();
|
||||||
finish();
|
finish();
|
||||||
}
|
}
|
||||||
|
@ -408,6 +408,7 @@ public class HuoYunDelActivity extends BaseAppCompatActivity {
|
|||||||
|
|
||||||
UiAuxiliary.homeRequest("接单");
|
UiAuxiliary.homeRequest("接单");
|
||||||
Intent in = new Intent(con, StartYunDanActivity.class);
|
Intent in = new Intent(con, StartYunDanActivity.class);
|
||||||
|
in.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP|Intent.FLAG_ACTIVITY_SINGLE_TOP);
|
||||||
in.putExtra("id", "0");
|
in.putExtra("id", "0");
|
||||||
startActivity(in);
|
startActivity(in);
|
||||||
finish();
|
finish();
|
||||||
@ -534,4 +535,9 @@ public class HuoYunDelActivity extends BaseAppCompatActivity {
|
|||||||
// ALProcess.verification(con, hd);
|
// ALProcess.verification(con, hd);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected void onDestroy() {
|
||||||
|
super.onDestroy();
|
||||||
|
EventBus.getDefault().unregister(this);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user