From 478e9717aa5ba7c77c32b73c1e30e1695212e868 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Tue, 10 May 2022 18:00:42 +0800 Subject: [PATCH] fix bug --- .../usercenter/components/freight/list/list.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/routes/usercenter/components/freight/list/list.component.html b/src/app/routes/usercenter/components/freight/list/list.component.html index afdba959..f51fa90a 100644 --- a/src/app/routes/usercenter/components/freight/list/list.component.html +++ b/src/app/routes/usercenter/components/freight/list/list.component.html @@ -92,7 +92,7 @@

- {{ item.partnerName }} + {{ item.partnerName ? item.partnerName: '--'}}/{{item.partnerMobile ? item.partnerMobile :'--'}}

@@ -102,7 +102,7 @@

- {{ item.channelName }} + {{ item.channelName ? item.channelName: '--'}}/{{item.channelMobile ? item.channelMobile :'--'}}