|
@@ -1205,7 +1205,7 @@ public class HomeFragment extends Fragment
|
|
|
|
|
|
|
|
Bundle parms = new Bundle();
|
|
Bundle parms = new Bundle();
|
|
|
|
|
|
|
|
- JSONObject obj =sectionModel.more.optJSONObject("params");
|
|
|
|
|
|
|
+ JSONObject obj =sectionModel.more.optJSONObject("param");
|
|
|
if(obj!=null)
|
|
if(obj!=null)
|
|
|
{
|
|
{
|
|
|
Iterator<?> it = obj.keys();
|
|
Iterator<?> it = obj.keys();
|
|
@@ -1222,6 +1222,8 @@ public class HomeFragment extends Fragment
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+ parms.putString("sub_type",sectionModel.more.optString("sub_type",""));
|
|
|
// parms.putString("sub_type",item.optString("sub_type",""));
|
|
// parms.putString("sub_type",item.optString("sub_type",""));
|
|
|
ResultActivity.startResultActivity(mCtx, parms);
|
|
ResultActivity.startResultActivity(mCtx, parms);
|
|
|
|
|
|