This commit is contained in:
zmj 2024-06-27 17:59:54 +08:00
parent e24c3094c3
commit e1a23da1d0
1 changed files with 4 additions and 2 deletions

View File

@ -40,7 +40,6 @@
<!-- <up-navbar title="我的" :autoBack="true" bgColor="transparent" :fixed="true">
</up-navbar> -->
<view class="user-info">
<image class="bg" src="https://lihai001.oss-cn-chengdu.aliyuncs.com/def/e3a7b202404261113002322.webp"
mode="widthFix"></image>
<view class="u-card">
@ -62,7 +61,7 @@
余额:
</view>
<view class="">
{{userInfo.now_money||"0.00"}}<text style="font-size: 28rpx;">()</text>
{{userInfo.now_money||"0.00"}}<text style="font-size: 28rpx;"> ()</text>
</view>
</view>
<view class="rest">
@ -198,6 +197,9 @@
}
const logout = () => {
userStore.setToken('');
userStore.setUserInfo({});