修改pc装修数据返回

This commit is contained in:
pan.wl.2 2024-11-04 15:47:44 +08:00
parent 319fe5395b
commit 0b802c944a
1 changed files with 1 additions and 1 deletions

View File

@ -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);