|
|
@@ -269,7 +269,7 @@ public class AMResultActivity extends SearchResultActivity {
|
|
|
String key = iterator.next();
|
|
|
JSONArray item = contentData().getJSONArray("item_" + (position - 1));
|
|
|
int idx = action.getJSONObject("params").getInt(key);
|
|
|
- params.put(key,idx);
|
|
|
+ params.put(key,item.get(idx));
|
|
|
}
|
|
|
|
|
|
String url = action.getString("url");
|