From 204bbfc548055b888247815ac8bde05b773e3b56 Mon Sep 17 00:00:00 2001 From: zhouyuejun <505127606@qq.com> Date: Tue, 6 Nov 2018 10:02:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=88=86=E6=94=AF=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/pages/main/main.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pages/main/main.component.ts b/src/app/pages/main/main.component.ts index d7801b6..9ef0b4b 100644 --- a/src/app/pages/main/main.component.ts +++ b/src/app/pages/main/main.component.ts @@ -163,7 +163,7 @@ export class MainComponent implements OnInit { element['order'] = new Date(dateFormatter(element['linkFlight']['SODT'])).getTime() + this.TOP_9 } } - // else if() + } } })