diff --git a/src/views/Activities/LesserBairam/index.vue b/src/views/Activities/LesserBairam/index.vue index 53fb476..9d20b76 100644 --- a/src/views/Activities/LesserBairam/index.vue +++ b/src/views/Activities/LesserBairam/index.vue @@ -2124,13 +2124,26 @@ - + @touchend="closedPopup" + > + + diff --git a/src/views/Invitation/inviteNewUser.vue b/src/views/Invitation/inviteNewUser.vue index 717e378..7af738d 100644 --- a/src/views/Invitation/inviteNewUser.vue +++ b/src/views/Invitation/inviteNewUser.vue @@ -621,7 +621,7 @@ - +
@@ -1494,6 +1497,19 @@ const showDetail = (reward) => { } } +// 处理邀请按钮点击 +const handleInviteClick = () => { + // 确保数据已加载 + if (!myInviteInfo.value?.inviteCode) { + showError(t('please_wait_loading')) + return + } + + openAppComponent( + 'shareDrawer:' + t('share_invitation_message', { code: myInviteInfo.inviteCode }), + ) +} + // 复制到剪贴板(原生方法) const copyCode = (text) => { if (isSupported.value) { diff --git a/src/views/Ranking/GamesKing/index.vue b/src/views/Ranking/GamesKing/index.vue index 2e21bd0..f03cdd0 100644 --- a/src/views/Ranking/GamesKing/index.vue +++ b/src/views/Ranking/GamesKing/index.vue @@ -950,10 +950,7 @@ :contentStyle="`z-index: 0;`" > - + @touchend="closedPopup" + > + +