|
@@ -72,7 +72,7 @@
|
|
|
let loginFlag = ref(false);
|
|
|
let telDialogFlag = ref(false);
|
|
|
let myInfoData = reactive({
|
|
|
- userImg: 'static/images/my/head-unlogin-img.png',
|
|
|
+ userImg: '',
|
|
|
userName: '',
|
|
|
credit: '',
|
|
|
vipFlag: '',
|
|
@@ -153,7 +153,7 @@
|
|
|
// 获取用户数据
|
|
|
function getMyInfo(){
|
|
|
myInfo({}).then(res => {
|
|
|
- getUserImg(res.data.growth)
|
|
|
+ getUserImg(res.data.growthType)
|
|
|
myInfoData.userName = res.data.userName;
|
|
|
myInfoData.credit = res.data.credit;
|
|
|
})
|