refer friends

This commit is contained in:
CHIEFSOFT\ameye
2024-12-02 11:05:17 -05:00
parent 650fa66db1
commit e3db9233ac
2 changed files with 5 additions and 3 deletions
+4 -3
View File
@@ -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>
+1
View File
@@ -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,