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