| | |
| | | import com.google.gson.Gson; |
| | | import com.google.gson.GsonBuilder; |
| | | import com.google.gson.reflect.TypeToken; |
| | | import com.tejia.lijin.app.ui.recommend.GoodsDetailActivity; |
| | | import com.wpc.library.util.common.DimenUtils; |
| | | import com.wpc.library.util.common.StringUtils; |
| | | import com.tejia.lijin.app.BasicTextHttpResponseHandler; |
| | |
| | | view.setOnClickListener(new View.OnClickListener() { |
| | | @Override |
| | | public void onClick(View v) { |
| | | Intent intent= GoodsDetailJumpUtil.getGoodsDetailIntent(getApplicationContext(),oInfo.getGoodsType()); |
| | | Intent intent= new Intent(getApplicationContext(), GoodsDetailActivity.class); |
| | | intent.putExtra("goodsId", oInfo.getGoodsId()); |
| | | intent.putExtra("goodsType", oInfo.getGoodsType()); |
| | | intent.putExtra("title", oInfo.getTitle()); |
| | | intent.putExtra("id", oInfo.getGoodsId()); |
| | | startActivity(intent); |
| | | } |
| | | }); |