好友资料,申请好友流程,调整
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</u-index-anchor>
|
||||
<!-- #endif -->
|
||||
<view v-for="(friendItem, index) in item" :key="friendItem.userId" class="friend-flex"
|
||||
@click="$Router.push({ name: 'imFriendsInfo', params: { id: friendItem.userId } })">
|
||||
@click="$Router.push({ name: 'imFriendsInfo', params: { targetId: friendItem.userId } })">
|
||||
<block v-if="friendItem.portraitUrl != ''">
|
||||
<u-avatar class="cover" size="40" shape="square" :src="friendItem.portraitUrl || ''"
|
||||
:default-url="require('@/static/user/cover.png')"></u-avatar>
|
||||
|
||||
Reference in New Issue
Block a user