From f53b5acae7d33bf9356078c59ad8bb6ab8bfe3e3 Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Tue, 29 Dec 2020 14:17:47 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=AD=A3]=E4=BF=AE=E6=AD=A3=E8=BF=9B?= =?UTF-8?q?=E5=85=A5=E9=87=8D=E7=82=B9=E5=8D=95=E4=BD=8D=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E6=9F=A5=E7=9C=8Btabbar=E7=9A=84=E5=88=86=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/tabbar/tabbar.component.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/tabbar/tabbar.component.ts b/src/app/tabbar/tabbar.component.ts index a9c253b..131ec6c 100644 --- a/src/app/tabbar/tabbar.component.ts +++ b/src/app/tabbar/tabbar.component.ts @@ -77,10 +77,7 @@ export class TabbarComponent implements OnInit { USCI : this.route.snapshot.queryParams.usci } this.http.get('/api/Companies',{params:params}).subscribe((data:any) => { - this.companyIntegrityScore ? - this.companyIntegrityScore = data.items[0].companyIntegrityScore : - null - // console.log(data) + this.companyIntegrityScore = data.items[0].companyIntegrityScore }) }