This commit is contained in:
wangshiming
2022-03-04 14:24:40 +08:00
parent 3387c37e6a
commit 021ce61aca
4 changed files with 4 additions and 4 deletions

View File

@ -126,7 +126,7 @@ export class UserCenterComponentsDriverDetailComponent implements OnInit {
});
// 获取评价信息
this.service
.request(this.service.$api_get_driver_billEvaluate, { passiveUserId: this.route.snapshot.params.id }, 'POST', false)
.request(this.service.$api_get_driver_billEvaluate, { evaluateUserId: this.route.snapshot.params.id }, 'POST', false)
.subscribe(res => {
if (res) {
this.billEvaluateList = res;