修改pc装修数据返回
This commit is contained in:
parent
319fe5395b
commit
0b802c944a
|
|
@ -122,7 +122,7 @@ public class PcServiceImpI implements IPcService {
|
|||
|
||||
for (int i = 0; i < dataArray.size() ; i++) {
|
||||
JSONObject dataJson = dataArray.getJSONObject(i);
|
||||
JSONArray tempArray = dataJson.getJSONArray(data);
|
||||
JSONArray tempArray = dataJson.getJSONObject("content").getJSONArray("data");
|
||||
for (int j = 0; j < tempArray.size() ; j++) {
|
||||
JSONObject tempImageJson = tempArray.getJSONObject(j);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue