| | |
| | | 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.tejia.lijin.app.util.Constant; |
| | | import com.wpc.library.util.common.DimenUtils; |
| | | import com.wpc.library.util.common.StringUtils; |
| | | import com.tejia.lijin.app.BasicTextHttpResponseHandler; |
| | |
| | | import com.tejia.lijin.app.entity.TicketState; |
| | | import com.tejia.lijin.app.ui.BaseActivity; |
| | | import com.tejia.lijin.app.ui.invite.ShareBrowserActivity; |
| | | import com.tejia.lijin.app.ui.recommend.GoodsDetailActivityTB; |
| | | import com.tejia.lijin.app.util.JumpActivityUtil; |
| | | import com.tejia.lijin.app.util.KeFuUtil; |
| | | import com.tejia.lijin.app.util.TopStatusSettings; |
| | |
| | | view.setOnClickListener(new View.OnClickListener() { |
| | | @Override |
| | | public void onClick(View v) { |
| | | Intent intent = new Intent(FreeSingleTicketStateActivity.this, GoodsDetailActivityTB.class); |
| | | Intent intent = new Intent(FreeSingleTicketStateActivity.this, GoodsDetailActivity.class); |
| | | intent.putExtra("title", oInfo.getTitle()); |
| | | intent.putExtra("id", oInfo.getGoodsId()); |
| | | intent.putExtra("goodsId", oInfo.getGoodsId()); |
| | | intent.putExtra("goodsType", Constant.GOODS_TYPE_TB); |
| | | startActivity(intent); |
| | | } |
| | | }); |