app/src/main/java/safeluck/drive/evaluation/util/DataInit.kt
@@ -326,6 +326,21 @@ } ExamPlatformData.getInstance().setMapHeadInfo(mapInfoHead) } else { if (str.contains("car")){ sendVehicleInfo() } if (str.contains("yard")){ if (ExamPlatformData.getInstance().examType ==ExamPlatformData.EXAM_TYPE_ChangKAO) { sendMapInfo() } } if (str.contains("road")){ if (ExamPlatformData.getInstance().examType > ExamPlatformData.EXAM_TYPE_ChangKAO) { sendRoadMapInfo() } } // Toast.makeText(applicationContext, jsonObject1!!.getString("data"), Toast.LENGTH_SHORT).show() } }