更新三轮车任务图标

This commit is contained in:
weipengfei 2023-08-23 16:06:44 +08:00
parent a55382d467
commit 42cfa2bbf0
3 changed files with 5 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -79,19 +79,19 @@
scale: 17,
nowAddress: "无",
markers: [
//
//
{
id: 1,
latitude: 28.8733,
longitude: 105.445717,
iconPath: '../../static/img/logistics/SJ.png', //
iconPath: '../../static/img/logistics/my_destination.png', //
},
//
{
id: 2,
latitude: undefined,
longitude: undefined,
iconPath: '../../static/img/logistics/QS.png', //
iconPath: '../../static/img/logistics/my_position.png', //
}
],
polyline: [],
@ -128,7 +128,7 @@
this.markers[0].longitude = +res.data.extend.terminus.lnglat[0];
this.address.terminus['status'] = 1;
}
if (res.data.extend?.update?.transfer?.lnglat[0]) {
if (res.data.extend?.update?.transfer?.lnglat[0]||res.data.status==3) {
this.address.transfer['status'] = 2;
this.status = 3;
} else this.address.transfer['status'] = 1;
@ -334,6 +334,7 @@
.map_address {
background-color: white;
padding: 20rpx 10rpx;
border-radius: 0 0 14rpx 14rpx;
.li {
margin: 20rpx 0;