| | |
| | | |
| | | |
| | | |
| | | 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(); |
| | |
| | | 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); |
| | | |