Commit 3313e0babebe45b98455af208e6e78cfc73d5852

Authored by trainee
1 parent 0257e7f8
Exists in master

เอาปุ่มหน้า 6 ออก

src/app/dashboard/dashboard.component.html
@@ -585,12 +585,12 @@ @@ -585,12 +585,12 @@
585 </div> 585 </div>
586 <br> 586 <br>
587 <hr> 587 <hr>
588 - <button type="button" class="btn btn-circle button " *ngFor="let name of ButtonValue" (click)="getButton6(name.valueN);getButton6Onhold(name.valueN);"  
589 - style="margin-left: 5px; margin-top: 2px;">{{ name.name }}</button> 588 + <!-- <button type="button" class="btn btn-circle button " *ngFor="let name of ButtonValue" (click)="getButton6(name.valueN);getButton6Onhold(name.valueN);"
  589 + style="margin-left: 5px; margin-top: 2px;">{{ name.name }}</button> -->
590 <hr> 590 <hr>
591 - <div *ngIf="showSecret"> 591 + <!-- <div *ngIf="showSecret">
592 <p style="text-align: center;">0 Tricket</p> 592 <p style="text-align: center;">0 Tricket</p>
593 - </div> 593 + </div> -->
594 <br> 594 <br>
595 </div> 595 </div>
596 <div class="panel-body"> 596 <div class="panel-body">
src/app/dashboard/dashboard.component.ts
@@ -1089,13 +1089,13 @@ setInterval(async () =&gt; { @@ -1089,13 +1089,13 @@ setInterval(async () =&gt; {
1089 } 1089 }
1090 1090
1091 } 1091 }
1092 - if (resultArray.length === 0) {  
1093 - if (valueN !== "") {  
1094 - this.showSecret = true;  
1095 - }  
1096 - }else if(resultArray.length > 0) {  
1097 - this.showSecret = false;  
1098 - } 1092 + // if (resultArray.length === 0) {
  1093 + // if (valueN !== "") {
  1094 + // this.showSecret = true;
  1095 + // }
  1096 + // }else if(resultArray.length > 0) {
  1097 + // this.showSecret = false;
  1098 + // }
1099 this.resultData6 = resultArray; 1099 this.resultData6 = resultArray;
1100 } 1100 }
1101 1101