免费公里数回显

This commit is contained in:
Mr.jiang 2024-08-22 09:10:38 +08:00
parent f158998991
commit c69c270083
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,7 @@
] ]
} }
}, },
onShow() { onLoad() {
this.getUserInfo(); this.getUserInfo();
this.getArtificer(); this.getArtificer();
}, },
@ -84,6 +84,7 @@
this.$Request.getT("/app/artificer/selectArtificer").then(res => { this.$Request.getT("/app/artificer/selectArtificer").then(res => {
if (res.code == 0) { if (res.code == 0) {
this.tripWay = res.data.tripWay ? res.data.tripWay : 0; this.tripWay = res.data.tripWay ? res.data.tripWay : 0;
this.tripWayNum=res.data.tripWayNum
} }
}); });
}, },