feat(邀请活动): 取消点击进入个人页面,取消展示id
This commit is contained in:
parent
dacade4f6b
commit
e0c45f846b
@ -365,7 +365,6 @@
|
|||||||
:immediate="index < 10"
|
:immediate="index < 10"
|
||||||
:rootMargin="'100px'"
|
:rootMargin="'100px'"
|
||||||
:show="rankAllShow"
|
:show="rankAllShow"
|
||||||
@click="viewUserInfo(listItem.userId)"
|
|
||||||
>
|
>
|
||||||
<!-- 基本信息 -->
|
<!-- 基本信息 -->
|
||||||
<div
|
<div
|
||||||
@ -423,9 +422,9 @@
|
|||||||
>
|
>
|
||||||
{{ listItem?.nickname }}
|
{{ listItem?.nickname }}
|
||||||
</div>
|
</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 }}
|
{{ $t('user_id_prefix') }} {{ listItem?.account }}
|
||||||
</div>
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -521,7 +520,6 @@
|
|||||||
:immediate="index < 10"
|
:immediate="index < 10"
|
||||||
:rootMargin="'100px'"
|
:rootMargin="'100px'"
|
||||||
:show="rankWeekShow"
|
:show="rankWeekShow"
|
||||||
@click="viewUserInfo(listItem.userId)"
|
|
||||||
>
|
>
|
||||||
<!-- 基本信息 -->
|
<!-- 基本信息 -->
|
||||||
<div
|
<div
|
||||||
@ -579,9 +577,9 @@
|
|||||||
>
|
>
|
||||||
{{ listItem?.nickname }}
|
{{ listItem?.nickname }}
|
||||||
</div>
|
</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 }}
|
{{ $t('user_id_prefix') }} {{ listItem?.account }}
|
||||||
</div>
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -1267,7 +1265,7 @@
|
|||||||
import { computed, onMounted, onUnmounted, ref } from 'vue'
|
import { computed, onMounted, onUnmounted, ref } from 'vue'
|
||||||
import { useI18n } from 'vue-i18n'
|
import { useI18n } from 'vue-i18n'
|
||||||
import { useLangStore } from '@/stores/lang'
|
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 { showError, showWarning, showSuccess } from '@/utils/toast.js'
|
||||||
import { useClipboard } from '@vueuse/core'
|
import { useClipboard } from '@vueuse/core'
|
||||||
import { connectToApp } from '@/utils/appConnector.js'
|
import { connectToApp } from '@/utils/appConnector.js'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user