优化逻辑

This commit is contained in:
weipengfei 2023-07-25 16:55:37 +08:00
parent 67bf6b7a06
commit 2033417bf8

View File

@ -2,7 +2,7 @@
<view class=""> <view class="">
<view class="finance_head"> <view class="finance_head">
<view class="top"> <view class="top">
<view class="left"> <view class="left" @click="naviTo()">
<u--image :showLoading="true" :src="userInfo.avatar||'../../static/img/public/man.png'" width="44px" height="44px" shape="circle"></u--image> <u--image :showLoading="true" :src="userInfo.avatar||'../../static/img/public/man.png'" width="44px" height="44px" shape="circle"></u--image>
<view class="name">{{userInfo.nickname}}</view> <view class="name">{{userInfo.nickname}}</view>
<image src="../../static/img/contract/setting.png"></image> <image src="../../static/img/contract/setting.png"></image>