.多个

public void onSuccessRx(Shops shops) {
if (shops!=null){
Shops.ResultBean resultBean=shops.getResult();
List rxshop=resultBean.getRxxp();
List commodityListrx=rxshop.get(0).getCommodityList();
mListrx.clear();
mListrx.addAll(commodityListrx);
mRxAdapter.notifyDataSetChanged();
}
}

你可能感兴趣的:(.多个)