diff --git a/OCH/mogo-och-taxi-passenger/src/main/java/com/mogo/och/taxi/passenger/ui/debug/DebugView.kt b/OCH/mogo-och-taxi-passenger/src/main/java/com/mogo/och/taxi/passenger/ui/debug/DebugView.kt
index 125e245b99..4dbc72c503 100644
--- a/OCH/mogo-och-taxi-passenger/src/main/java/com/mogo/och/taxi/passenger/ui/debug/DebugView.kt
+++ b/OCH/mogo-och-taxi-passenger/src/main/java/com/mogo/och/taxi/passenger/ui/debug/DebugView.kt
@@ -19,6 +19,7 @@ import com.mogo.och.common.module.manager.debug.DebugViewWatchDogFragment
import com.mogo.och.taxi.passenger.R
import com.mogo.och.taxi.passenger.ui.TaxiPassengerBaseFragment
import kotlinx.android.synthetic.main.taxi_p_debug.view.tv_show_arrive
+import kotlinx.android.synthetic.main.taxi_p_debug.view.tv_show_order_info
import kotlinx.android.synthetic.main.taxi_p_debug.view.tv_show_phone_check
import kotlinx.android.synthetic.main.taxi_p_debug.view.tv_show_start_autopilot
import kotlinx.android.synthetic.main.taxi_p_statusview.view.iv_biz_icon
@@ -68,6 +69,9 @@ class DebugView @JvmOverloads constructor(
tv_show_start_autopilot.onClick {
fragment?.showOrHideStartAutopilotView(true)
}
+ tv_show_order_info.onClick {
+ fragment?.showOrHideServingOrderFragment(true)
+ }
}
@Subscribe(threadMode = ThreadMode.MAIN)
diff --git a/OCH/mogo-och-taxi-passenger/src/main/res/drawable-xhdpi/taxi_overmap_arrived.png b/OCH/mogo-och-taxi-passenger/src/main/res/drawable-xhdpi/taxi_overmap_arrived.png
index 45614012e3..95f67cfb96 100644
Binary files a/OCH/mogo-och-taxi-passenger/src/main/res/drawable-xhdpi/taxi_overmap_arrived.png and b/OCH/mogo-och-taxi-passenger/src/main/res/drawable-xhdpi/taxi_overmap_arrived.png differ
diff --git a/OCH/mogo-och-taxi-passenger/src/main/res/layout/taxi_p_debug.xml b/OCH/mogo-och-taxi-passenger/src/main/res/layout/taxi_p_debug.xml
index 3ac12defbe..a46919163c 100644
--- a/OCH/mogo-och-taxi-passenger/src/main/res/layout/taxi_p_debug.xml
+++ b/OCH/mogo-och-taxi-passenger/src/main/res/layout/taxi_p_debug.xml
@@ -25,5 +25,10 @@
android:text="启动自驾页面"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
+
\ No newline at end of file
diff --git a/OCH/mogo-och-taxi-passenger/src/main/res/layout/taxi_p_itinerary.xml b/OCH/mogo-och-taxi-passenger/src/main/res/layout/taxi_p_itinerary.xml
index a5666659f3..8d5f3e34e3 100644
--- a/OCH/mogo-och-taxi-passenger/src/main/res/layout/taxi_p_itinerary.xml
+++ b/OCH/mogo-och-taxi-passenger/src/main/res/layout/taxi_p_itinerary.xml
@@ -72,7 +72,7 @@
#004DC4
#293449
#203555
- #B35C71AB
#081831
#112B57
#66476FBE
@@ -89,6 +88,7 @@
#005D6A8C
#5D6A8C
#995D6A8C
+ #B37E90BF