创意发布&需求发布列表接口初步完成

This commit is contained in:
clay
2023-01-06 11:29:35 +08:00
parent e0fc034998
commit 7e594aa3cb
6 changed files with 43 additions and 35 deletions

View File

@@ -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