corrections mineures
This commit is contained in:
parent
5a4237ec81
commit
96cf776642
|
@ -25,7 +25,7 @@ export class BuyPage {
|
|||
|
||||
sendTransaction($amount) {
|
||||
//TODO : Contacter l'API et proposer la transaction. L'API répondra true ou False
|
||||
if (true) {
|
||||
if (true === true) {
|
||||
this.navCtrl.popToRoot();
|
||||
}
|
||||
else {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<ion-buttons>
|
||||
<button ion-item (click)="changePage('contact')">Contacts</button>
|
||||
<button ion-item (click)="changePage('buy')">Acheter de la monnaie locale</button>
|
||||
<button ion-item (click)="changePage('send')">Payer</button>
|
||||
<button ion-item (click)="changePage('send')">Faire un virement</button>
|
||||
<button ion-item (click)="changePage('history')">Historique des transactions</button>
|
||||
</ion-buttons>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<ion-header>
|
||||
|
||||
<ion-navbar>
|
||||
<ion-title>send</ion-title>
|
||||
<ion-title>Effectuer un virement</ion-title>
|
||||
</ion-navbar>
|
||||
|
||||
</ion-header>
|
||||
|
|
Loading…
Reference in a new issue