|
|
@@ -343,6 +343,12 @@ public class TaskDetailAct extends AbsChooseImageActivity implements TaskDetailC
|
|
|
break;
|
|
|
case 1000://连续任务
|
|
|
setFirstBtnState();
|
|
|
+ int failChildPosition = taskEty.getFailChildPosition();//获取第一个审核失败子任务的位置
|
|
|
+ if (type == DownloadUtil.STATUS_INSTALLED && gettaskAcceptedEty != null && failChildPosition > -1) {//已经安装并且有任务未完成的情况下
|
|
|
+ btnUpImag.setText(String.format(Locale.CHINA, "重新上传截图(第%d天)", failChildPosition + 1));
|
|
|
+ btnUpImag.setEnabled(true);
|
|
|
+ btnUpImag.setVisibility(View.VISIBLE);
|
|
|
+ }
|
|
|
break;
|
|
|
case 1002:
|
|
|
case 1003:
|