| | |
| | | } |
| | | |
| | | |
| | | public void showOrder(String orderId, String orderType) { |
| | | // Bundle bundle = creatBundleString("orderId", orderId); |
| | | // bundle.putString("orderType", orderType); |
| | | Intent intent = new Intent(this, SlabGetOrderFragment.class); |
| | | intent.putExtra("orderId",orderId); |
| | | intent.putExtra("orderType",orderType); |
| | | startActivity(intent); |
| | | } |
| | | |
| | | public void toDorderAct(String orderId, String orderType){ |
| | | Intent intent = new Intent(this, SlabTripActivity.class); |
| | |
| | | * @param type |
| | | */ |
| | | public void showOrder(String orderId, String orderType,int time,int type) { |
| | | // Bundle bundle = creatBundleString("orderId", orderId); |
| | | // bundle.putString("orderType", orderType); |
| | | Intent intent = new Intent(this,SlabGetOrderFragment.class); |
| | | intent.putExtra("orderId",orderId); |
| | | intent.putExtra("orderType",orderType); |