回答編集履歴
1
バグがあった
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
return ItemTags(
|
16
16
|
|
17
|
-
index: index,
|
17
|
+
index: hogeindex,
|
18
18
|
|
19
19
|
title: testJsonList[index]['hoge'][hogeindex],
|
20
20
|
|
@@ -180,7 +180,7 @@
|
|
180
180
|
|
181
181
|
return ItemTags(
|
182
182
|
|
183
|
-
index: index,
|
183
|
+
index: hogeindex,
|
184
184
|
|
185
185
|
title: testJsonList[index]['hoge'][hogeindex],
|
186
186
|
|