Admin
2021-06-11 979f3ede5b10d3f873c1f1bd2aa400e2219742a0
app/src/main/java/safeluck/drive/evaluation/fragment/TrainFragment.java
@@ -496,10 +496,10 @@
                Log.i(TAG, "ExamStatus onChanged: ");
                MyLog.i(TAG, "ExamStatus onChanged: ");
                if (examStatus!=null && examStatus.size()>0){
                    showChangKaoOrLukao(examStatus.get(0).getStartExam());
                    MyLog.i("考试状态更新"+examStatus.get(0).getStartExam());
                    MyLog.i(TAG,"考试状态更新"+examStatus.get(0).getStartExam());
                    examStatusList.clear();
                    examStatusList.addAll(examStatus);
                    mHandler.obtainMessage(ADD_DATA).sendToTarget();
@@ -912,6 +912,7 @@
        items_score.setVisibility(View.VISIBLE);
        items.setVisibility(View.VISIBLE);
        route_collect.setVisibility(View.GONE);
        MyLog.i(TAG,String.format("根据type=%d,来调整ui",exam_type));
        ExamPlatformData.getInstance().setExamType(exam_type);
        ExamPlatformData.getInstance().setTrainingMode(ExamPlatformData.TRAINING_MODE);