From 935ac5dc52a7d331177eb42573e5d08cadc804c9 Mon Sep 17 00:00:00 2001 From: rafael1209 Date: Mon, 8 Apr 2024 21:46:41 +0300 Subject: [PATCH] Update ProfilePage.vue --- luckydiamond/src/pages/ProfilePage.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/luckydiamond/src/pages/ProfilePage.vue b/luckydiamond/src/pages/ProfilePage.vue index f538eca..0ab71cb 100644 --- a/luckydiamond/src/pages/ProfilePage.vue +++ b/luckydiamond/src/pages/ProfilePage.vue @@ -133,6 +133,11 @@ export default { withdrawClick() { this.openModal = true this.payments = false + this.openRef = false + }, + referalClick() { + this.openModal = false + this.openRef = true }, NotificationEventListener() { this.notification = true