From 25eca75a51c6b73b3bf6b515e92975e0cbc130c2 Mon Sep 17 00:00:00 2001 From: liugl <liugl@sinata.cn> Date: 星期四, 30 七月 2020 17:36:49 +0800 Subject: [PATCH] first commit --- app/src/main/java/com/okgoincar/slab/MySlabBaseActivity.java | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/app/src/main/java/com/okgoincar/slab/MySlabBaseActivity.java b/app/src/main/java/com/okgoincar/slab/MySlabBaseActivity.java index 2dac744..fa51689 100644 --- a/app/src/main/java/com/okgoincar/slab/MySlabBaseActivity.java +++ b/app/src/main/java/com/okgoincar/slab/MySlabBaseActivity.java @@ -140,14 +140,6 @@ } - 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); @@ -164,8 +156,6 @@ * @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); -- Gitblit v1.7.1