| | |
| | | import com.nostra13.universalimageloader.core.DisplayImageOptions; |
| | | import com.nostra13.universalimageloader.core.assist.ImageScaleType; |
| | | import com.nostra13.universalimageloader.core.display.FadeInBitmapDisplayer; |
| | | import com.tejia.lijin.app.ui.recommend.GoodsDetailActivity; |
| | | import com.wpc.library.util.common.StringUtils; |
| | | import com.tejia.lijin.app.R; |
| | | import com.tejia.lijin.app.entity.TaoBaoGoodsBrief; |
| | |
| | | // 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", info.getTitle()); |
| | | intent.putExtra("id", info.getGoodsId()); |
| | | intent.putExtra("from", from); |
| | | mContext.startActivity(intent); |
| | | } |