app/src/main/java/cn/flightfeather/thirdapp/fragment/HomeFragment.java
@@ -39,10 +39,10 @@
import cn.flightfeather.thirdapp.CommonApplication;
import cn.flightfeather.thirdapp.R;
import cn.flightfeather.thirdapp.bean.Evaluation;
import cn.flightfeather.thirdapp.bean.LastSubtaskPack;
import cn.flightfeather.thirdapp.bean.Subtask;
import cn.flightfeather.thirdapp.bean.TaskPack;
import cn.flightfeather.thirdapp.bean.entity.Evaluation;
import cn.flightfeather.thirdapp.bean.vo.LastSubtaskPack;
import cn.flightfeather.thirdapp.bean.entity.Subtask;
import cn.flightfeather.thirdapp.bean.vo.TaskPack;
import cn.flightfeather.thirdapp.bean.vo.InspectionVo;
import cn.flightfeather.thirdapp.bean.vo.ProblemlistVo;
import cn.flightfeather.thirdapp.bean.vo.TaskVo;
@@ -671,6 +671,7 @@
        }
        void initView() {
            if (subtask == null) return;
            tv_info.setText(subtask.getName());
            tv_address.setText(subtask.getScenseaddress());
            try {