fix account
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user