diff --git a/OCH/bus/passenger/src/main/res/jinlv/layout/bus_p_route_fragment.xml b/OCH/bus/passenger/src/main/res/jinlv/layout/bus_p_route_fragment.xml
index 74027efd21..c1dffa7d5c 100644
--- a/OCH/bus/passenger/src/main/res/jinlv/layout/bus_p_route_fragment.xml
+++ b/OCH/bus/passenger/src/main/res/jinlv/layout/bus_p_route_fragment.xml
@@ -281,6 +281,8 @@
android:id="@+id/busPLineMapView"
android:layout_width="@dimen/bus_p_route_info_panel_width"
android:layout_height="@dimen/bus_p_route_line_map_view_height"
+ app:arrivedDrawable="@drawable/bus_p_map_arrow_un_arrive"
+ app:unArrivedDrawable="@drawable/bus_p_map_arrow_arrived"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toRightOf="parent" />
diff --git a/OCH/charter/passenger/src/main/res/layout/charter_p_main_fragment.xml b/OCH/charter/passenger/src/main/res/layout/charter_p_main_fragment.xml
index 9c18485084..3bbc9238a9 100644
--- a/OCH/charter/passenger/src/main/res/layout/charter_p_main_fragment.xml
+++ b/OCH/charter/passenger/src/main/res/layout/charter_p_main_fragment.xml
@@ -59,12 +59,6 @@
app:layout_constraintEnd_toEndOf="@+id/mapBizView"
app:layout_constraintStart_toStartOf="parent" />
-
+
+
+ app:layout_constraintEnd_toEndOf="parent">