| | |
| | | // Intent intent = new Intent(mContext, GoodsDetailBrowerActivity.class); |
| | | if (!StringUtils.isEmpty(type)) |
| | | CategoryCustomEvent.classGoods(mContext, type); |
| | | Intent intent= GoodsDetailJumpUtil.getGoodsDetailIntent(mContext,info.getGoodsType()); |
| | | Intent intent =new Intent(mContext,GoodsDetailActivity.class); |
| | | intent.putExtra("goodsId", info.getGoodsId()); |
| | | intent.putExtra("goodsType", info.getGoodsType()); |
| | | intent.putExtra("title", finalInfo.getTitle()); |
| | | intent.putExtra("id", finalInfo.getGoodsId()); |
| | | intent.putExtra("from", from); |
| | | mContext.startActivity(intent); |
| | | } |