redeem pages
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<ion-card-content>
|
||||
<ion-grid>
|
||||
<ion-row>
|
||||
<ion-col> <ion-button size="small" color="success" expand="block">Redeem</ion-button></ion-col>
|
||||
<ion-col> <ion-button size="small" color="success" expand="block" (click)="startRedeem(item)">Redeem</ion-button></ion-col>
|
||||
<ion-col></ion-col>
|
||||
<ion-col>
|
||||
<!-- <ion-button size="small" expand="block">Add Credit</ion-button>-->
|
||||
|
||||
@@ -67,6 +67,9 @@ export class TransactionPage implements OnInit {
|
||||
|
||||
}
|
||||
|
||||
startRedeem(item){
|
||||
this.router.navigate(['redeem']);
|
||||
}
|
||||
}
|
||||
/*
|
||||
'limit' => int 20
|
||||
|
||||
Reference in New Issue
Block a user