refer friends
This commit is contained in:
@@ -121,9 +121,7 @@
|
||||
</ion-grid>
|
||||
<div style="color: #4a0b4c; font-size: 12px;">{{resultText}}</div>
|
||||
</div>
|
||||
<div style="text-align: right">
|
||||
<ion-button [disabled]="false" shape="round" size="small" color="secondary" (click)="sendToMyEmail()"> Send link to my email</ion-button>
|
||||
</div>
|
||||
|
||||
<!-- <div style="padding: 10px 10px 0px 10px;">-->
|
||||
<!-- <ion-button (click)="sendtoMyEmail()"-->
|
||||
<!-- shape="round"-->
|
||||
@@ -133,6 +131,9 @@
|
||||
|
||||
|
||||
</div>
|
||||
<div style="text-align: right">
|
||||
<ion-button shape="round" size="small" color="secondary" (click)="sendToMyEmail()"> Send link to my email</ion-button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -152,6 +152,7 @@ export class InvitePage implements OnInit {
|
||||
action:number, member_id: number, uid: string, sessionid: string
|
||||
};
|
||||
async sendToMyEmail(){
|
||||
//debugger;
|
||||
const loading = await this.loadingCtrl.create({
|
||||
message: 'Sending ... ',
|
||||
duration: 3500,
|
||||
|
||||
Reference in New Issue
Block a user