位置上传添加回调
This commit is contained in:
parent
63026819f8
commit
ab34920c8f
@ -128,6 +128,15 @@ public class ShangChuangImgActivity extends BaseAppCompatActivity {
|
|||||||
}
|
}
|
||||||
CacheGroup.cacheList.remove("upload");
|
CacheGroup.cacheList.remove("upload");
|
||||||
}
|
}
|
||||||
|
if (CacheGroup.cacheList.get("genzong") != null) {
|
||||||
|
BaseBean bb = gson.fromJson(CacheGroup.cacheList.get("genzong"), BaseBean.class);
|
||||||
|
if (bb.getCode() == 200) {
|
||||||
|
Log.e("--轨迹上传--", "成功");
|
||||||
|
} else {
|
||||||
|
Log.e("--轨迹上传失败:--", bb.getMsg());
|
||||||
|
}
|
||||||
|
CacheGroup.cacheList.remove("genzong");
|
||||||
|
}
|
||||||
if (CacheGroup.cacheList.get("waybillStatus") != null) {
|
if (CacheGroup.cacheList.get("waybillStatus") != null) {
|
||||||
if (!isFinishing() && customDialog != null && customDialog.isShowing()) {
|
if (!isFinishing() && customDialog != null && customDialog.isShowing()) {
|
||||||
customDialog.dismiss();
|
customDialog.dismiss();
|
||||||
|
Loading…
Reference in New Issue
Block a user