fix account

This commit is contained in:
CHIEFSOFT\ameye
2023-11-13 17:12:03 -05:00
parent 7cf01b80ea
commit 2cb001e6ce
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ export class AddbankPage implements OnInit {
this.account_no != undefined &&
this.account_city != undefined &&
this.account_state != undefined &&
String(this.account_no).length == 11
String(this.account_no).length == 10
&& this.confirm_account_no === this.account_no
&& String(this?.account_state).length > 3
&& String(this?.account_city).length > 3
+2 -2
View File
@@ -105,13 +105,13 @@
<ion-toolbar class="top-tool" *ngIf="walletDescription !='' || active_job_count != 0">
<ion-buttons slot="secondary" *ngIf="walletDescription !='' ">
<ion-button shape="round" fill="solid" (click)="myWallet()">
<ion-button shape="round" fill="solid" color="primary" (click)="myWallet()">
<ion-icon slot="end" name="wallet"></ion-icon>
{{walletDescription}}
</ion-button>
</ion-buttons>
<ion-buttons slot="primary" *ngIf="active_job_count != 0">
<ion-button shape="round" fill="solid" (click)="myJobs(1)">
<ion-button shape="round" fill="solid" color="primary" (click)="myJobs(1)">
My Jobs
<ion-icon slot="end" name="list"></ion-icon>
</ion-button>
+2
View File
@@ -26,7 +26,9 @@
<ion-label class="bold_text">{{currency_description}} Wallet</ion-label>
</div>
<ion-label class="color_text">Balance: {{curr_balance| number : '1.2-2'}} {{currency_description}}</ion-label>
<div class="items">
</div>
<ion-segment class="common_segment" [(ngModel)]="tabs">
<ion-segment-button value="bank_redeem">