修复:播报事件和显示事件不一致的问题

This commit is contained in:
wangcongtao
2020-09-30 09:28:36 +08:00
parent 6d31cdeb39
commit 8e7b7a5a01

View File

@@ -72,6 +72,7 @@ public class RefreshModel {
refreshBody.limit = limit;
refreshBody.location = new RefreshBody.LatLon( latLng.lat, latLng.lng );
refreshBody.radius = radius;
refreshBody.viewPush = true;
refreshBody.dataType.add( ServiceConst.CARD_TYPE_ROAD_CONDITION );
String data = GsonUtil.jsonFromObject( refreshBody );