创意发布&需求发布列表接口初步完成
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
//获取普通会员和VIP会员
|
||||
getUser() {
|
||||
this.$apiServe.getUser().then(res => {
|
||||
console.log('个人信息==', res.data.data);
|
||||
// console.log('个人信息==', res.data.data);
|
||||
var data = res.data.data
|
||||
this.avatar = data.avatar
|
||||
this.nickname = data.nickname
|
||||
|
||||
Reference in New Issue
Block a user