查看车辆位置完善

This commit is contained in:
lijia 2024-08-22 09:56:26 +08:00
parent b0a1b04422
commit 7ad16f73f8
3 changed files with 1 additions and 10 deletions

View File

@ -218,15 +218,6 @@ public class MyFragment extends BaseFragment {
});
onSeeLocation.setOnClickListener(v->{
// Map<String,Object> map=new HashMap();
// map.put("carNumber","豫RMH562");
Request re = OkHttpUtil.posts(new OkDate("http://app.test.dahehuoyun.com/api/"+"waybill/getCarPositioning?carNumber="+"豫RWC376", "post", ""),getToken(con),con);
RequestTest.test(1,USER_DATA+"safdsfas",re,con,hd);
// Request re = OkHttpUtil.get(new OkDate("http://app.test.dahehuoyun.com/api/"+"waybill/getCarPositioning?carNumber="+"豫RWC376", "post", ""),getToken(con),con);
// RequestTest.test(1,COMPANY_SAVE+"asdfas",re,con,hd);
ActivityUtils.startActivity(con,CheckCarLocActivity.class);
});
}

View File

@ -398,7 +398,7 @@
android:layout_marginRight="@dimen/dp_20"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_36"
android:src="@mipmap/icon_my_8"
android:src="@mipmap/icon_my_10"
android:scaleType="fitXY"/>
<View android:layout_width="match_parent"

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB