This commit is contained in:
zmr900709
2020-07-09 16:35:23 +08:00
parent 3d8cfd23d4
commit 10bbccc2bd
7 changed files with 139 additions and 37 deletions

View File

@@ -52,6 +52,9 @@
]
};
},
onLoad(){
this.snsfriendList()
},
methods: {
// 点击切换颜色
tapClick(index) {
@@ -63,6 +66,12 @@
this.rSelect.splice(this.rSelect.indexOf(index), 1); //取消
}
},
snsfriendList(){
this.$u.api.snsfriendList({}).then((res)=>{
console.log(res)
// this.attention = res.data
})
}
},
components: {