This commit is contained in:
unknown 2025-10-25 23:07:42 +08:00
parent 2fb4a6b09d
commit 7b9db5202e

View File

@ -32,7 +32,7 @@
<view class="text2">账户余额</view> <view class="text2">账户余额</view>
<view class="flex-between"> <view class="flex-between">
<view class="flex-center"> <view class="flex-center">
<text class="priceText">2814.00</text> <text class="priceText">{{user_money}}</text>
<image :src="path+'/assets/img/icon/eyeOpen.png'" class="img2"></image> <image :src="path+'/assets/img/icon/eyeOpen.png'" class="img2"></image>
<image :src="path+'/assets/img/icon/eyeCloese.png'" class="img3"></image> <image :src="path+'/assets/img/icon/eyeCloese.png'" class="img3"></image>
</view> </view>
@ -318,9 +318,10 @@
if(res.data.user.avatar){ if(res.data.user.avatar){
_this.avatar = res.data.user.avatar _this.avatar = res.data.user.avatar
} }
// console.log(res.data.user)
_this.nickname = res.data.user.nickname _this.nickname = res.data.user.nickname
_this.point = res.data.user.user_point _this.point = res.data.user.user_point
_this.user_money = res.data.user.user_money _this.user_money = res.data.user.money
_this.person_money = res.data.user.person_money _this.person_money = res.data.user.person_money
_this.person = res.data.person _this.person = res.data.person
}else if(res.code == '0'){ }else if(res.code == '0'){