feat(邀请活动): 取消点击进入个人页面,取消展示id

This commit is contained in:
hzj 2026-05-20 17:14:20 +08:00
parent dacade4f6b
commit e0c45f846b

View File

@ -365,7 +365,6 @@
:immediate="index < 10"
:rootMargin="'100px'"
:show="rankAllShow"
@click="viewUserInfo(listItem.userId)"
>
<!-- 基本信息 -->
<div
@ -423,9 +422,9 @@
>
{{ listItem?.nickname }}
</div>
<div style="font-size: 0.8em; color: #fff; font-weight: 590">
<!-- <div style="font-size: 0.8em; color: #fff; font-weight: 590">
{{ $t('user_id_prefix') }} {{ listItem?.account }}
</div>
</div> -->
</div>
</div>
@ -521,7 +520,6 @@
:immediate="index < 10"
:rootMargin="'100px'"
:show="rankWeekShow"
@click="viewUserInfo(listItem.userId)"
>
<!-- 基本信息 -->
<div
@ -579,9 +577,9 @@
>
{{ listItem?.nickname }}
</div>
<div style="font-size: 0.8em; color: #fff; font-weight: 590">
<!-- <div style="font-size: 0.8em; color: #fff; font-weight: 590">
{{ $t('user_id_prefix') }} {{ listItem?.account }}
</div>
</div> -->
</div>
</div>
@ -1267,7 +1265,7 @@
import { computed, onMounted, onUnmounted, ref } from 'vue'
import { useI18n } from 'vue-i18n'
import { useLangStore } from '@/stores/lang'
import { viewUserInfo, gotoPrivateChat, openAppComponent } from '@/utils/appBridge.js'
import { gotoPrivateChat, openAppComponent } from '@/utils/appBridge.js'
import { showError, showWarning, showSuccess } from '@/utils/toast.js'
import { useClipboard } from '@vueuse/core'
import { connectToApp } from '@/utils/appConnector.js'