fctom1215
2020-08-27 3cda4210175bd853589909831d9b874f4d878dab
app/src/main/java/safeluck/drive/evaluation/util/DataInit.kt
@@ -85,7 +85,7 @@
    tempQs.add(list[list.size-2])//提示下面将进行灯光考试
    tempQs.add(list[0])
    val a = Utils.getRandomInts(4, list.size)
    val a = Utils.getRandomInts(4, 11)
    for (i in a.indices) {
        tempQs.add(list[a[i]])
    }
@@ -261,6 +261,7 @@
                                        ExamPlatformData.getInstance().setNewRoadMapPath(Environment.getExternalStorageDirectory().absolutePath + "/"
                                                + app.getAppContext().getPackageName() + "/" + fileName)
                                        CThreadPoolExecutor.runInBackground(Runnable {
                                            str = gson.toJson(map.data.map_json)
                                            MyLog.i(PlatFormConstant.HTTPTAG,"科三道路地图保存成功")
                                            FileUtil.writeTxtFileToSD(app.getAppContext(), fileName, str, "")