edit
This commit is contained in:
@ -79,8 +79,6 @@ export class OrderManagementVehicleDetailComponent implements OnInit {
|
||||
initData() {
|
||||
this.service.request(this.service.$api_get_getWholeBillDetail, { id: this.id }).subscribe(res => {
|
||||
if (res) {
|
||||
console.log(res);
|
||||
|
||||
this.i = res;
|
||||
this.pois = [
|
||||
{
|
||||
@ -90,7 +88,7 @@ export class OrderManagementVehicleDetailComponent implements OnInit {
|
||||
title: res.startingPoint.detailedAddress
|
||||
},
|
||||
{
|
||||
markerLabel: '终',
|
||||
markerLabel: '卸',
|
||||
color: 'red',
|
||||
position: [res.endPoint.longitude, res.endPoint.latitude],
|
||||
title: res.endPoint.detailedAddress
|
||||
|
||||
Reference in New Issue
Block a user