|
|
@ -135,7 +135,7 @@ public class MobilePageService extends AbstractService implements IMobilePageSer
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
Map<String, List<Map<String, Object>>> map = gson.fromJson(mobilePageManage.getMobilePageCn(), Map.class);
|
|
|
|
Map<String, List<Map<String, Object>>> map = gson.fromJson(mobilePageManage.getMobilePageCn(), Map.class);
|
|
|
|
Map<String, List<Map<String, Object>>> mobilePage = new HashMap<>();
|
|
|
|
Map<String, List<Map<String, Object>>> mobilePage = new HashMap<>();
|
|
|
|
mobilePage.put("details", map.get("details"));
|
|
|
|
mobilePage.put("contents", map.get("details"));
|
|
|
|
return mobilePage;
|
|
|
|
return mobilePage;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|