好友申请列表/好友搜索列表/个人中心复制区块链

This commit is contained in:
2022-01-25 15:13:31 +08:00
parent d95d24540f
commit 530f1507f4
3 changed files with 17 additions and 28 deletions

View File

@@ -53,7 +53,6 @@ export default {
getFriends().then(res => {
this.indexs = res.indexList;
this.friends = res.itemArr;
console.log(res.itemArr);
});
},
@@ -69,7 +68,7 @@ export default {
// 新朋友
toPending() {
uni.navigateTo({
url: '/pages/im/friends/pending'
url: '/pages/im/friends/search'
});
}
},