From 3313e0babebe45b98455af208e6e78cfc73d5852 Mon Sep 17 00:00:00 2001 From: DESKTOP-D5ILJ4S\flr_3 Date: Wed, 18 Jul 2018 14:17:17 +0700 Subject: [PATCH] เอาปุ่มหน้า 6 ออก --- src/app/dashboard/dashboard.component.html | 8 ++++---- src/app/dashboard/dashboard.component.ts | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/dashboard/dashboard.component.html b/src/app/dashboard/dashboard.component.html index 1309ef3..03c4bfa 100644 --- a/src/app/dashboard/dashboard.component.html +++ b/src/app/dashboard/dashboard.component.html @@ -585,12 +585,12 @@

- +
-
+
diff --git a/src/app/dashboard/dashboard.component.ts b/src/app/dashboard/dashboard.component.ts index faca105..b31d27d 100644 --- a/src/app/dashboard/dashboard.component.ts +++ b/src/app/dashboard/dashboard.component.ts @@ -1089,13 +1089,13 @@ setInterval(async () => { } } - if (resultArray.length === 0) { - if (valueN !== "") { - this.showSecret = true; - } - }else if(resultArray.length > 0) { - this.showSecret = false; - } + // if (resultArray.length === 0) { + // if (valueN !== "") { + // this.showSecret = true; + // } + // }else if(resultArray.length > 0) { + // this.showSecret = false; + // } this.resultData6 = resultArray; } -- libgit2 0.21.2