| | |
| | | import com.nostra13.universalimageloader.core.assist.ImageScaleType; |
| | | import com.nostra13.universalimageloader.core.display.FadeInBitmapDisplayer; |
| | | import com.tejia.lijin.app.ShoppingApplication; |
| | | import com.tejia.lijin.app.ui.recommend.GoodsDetailActivity; |
| | | import com.tejia.lijin.app.util.user.UserUtil; |
| | | import com.wpc.library.recyclerviewhelper.DividerItemDecoration; |
| | | import com.wpc.library.util.SystemCommon; |
| | |
| | | @Override |
| | | public void onClick(View v) { |
| | | UserCustomEvent.userOrderGoodsdetail(mContext); |
| | | Intent intent= GoodsDetailJumpUtil.getGoodsDetailIntent(mContext,oInfo.getGoodsType()); |
| | | |
| | | Intent intent= new Intent(mContext, GoodsDetailActivity.class); |
| | | intent.putExtra("goodsId", oInfo.getGoodsId()); |
| | | intent.putExtra("goodsType", oInfo.getGoodsType()); |
| | | |
| | | intent.putExtra("title", oInfo.getTitle()); |
| | | intent.putExtra("id", oInfo.getGoodsId()); |
| | | intent.putExtra("from", "order"); |
| | | mContext.startActivity(intent); |
| | | } |