解决工会周榜无法跳转族长主页问题

This commit is contained in:
Dragon
2022-11-16 10:21:21 +08:00
parent 025245be64
commit a1081a5bd5
13 changed files with 54 additions and 54 deletions

View File

@@ -13,7 +13,7 @@ Vue.prototype.$layer = layer(Vue);
import 'vant/lib/index.css';
import vant from 'vant';
import 'lib-flexible/flexible'
// import Vconsole from 'vconsole'
import Vconsole from 'vconsole'
// new Vconsole()
//300毫秒
import fastClick from 'fastClick'

View File

@@ -39,7 +39,7 @@
class="top-list"
v-for="(item, index) in topThree"
:key="index"
@click="openPerson(item.uid)"
@click="openPerson(item.uid ? item.uid : item.clanElderUid)"
>
<div class="avatar">
<img :src="item.avatar" alt />
@@ -102,7 +102,7 @@
>
<p class="rank-index">{{ index + 4 }}</p>
<!-- <img :src="item.avatar" alt /> -->
<img :src="item.avatar" alt @click="openPerson(item.uid)" />
<img :src="item.avatar" alt @click="openPerson(item.uid ? item.uid : item.clanElderUid)" />
<div class="rank-user-detail">
<p v-if="item.nick && !item.roomTitle">
{{