资料详情页面调整

This commit is contained in:
唐明明
2022-01-26 15:52:55 +08:00
parent 8bd933b3ee
commit 4d5d595329
3 changed files with 237 additions and 164 deletions

View File

@@ -60,7 +60,6 @@
getFriends().then(res => {
this.indexs = res.indexList;
this.friends = res.itemArr;
console.log(res.itemArr);
});
},
computed: {},