好友申请列表/好友搜索列表/个人中心复制区块链
This commit is contained in:
@@ -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'
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user