doum
2025-08-28 85ab4a970ed3a6bb793e1b70f0af72b061d8c020
small-program/pages/mine/mine.vue
@@ -10,7 +10,7 @@
               <view class="info-box-head" >
                  <view class="info-box-head-image" @click="jump(isLogin?1:5)">
                     <image v-if="userInfo.fullCoverImage&&userInfo.fullCoverImage !=''" :src="userInfo.fullCoverImage" mode="widthFix"></image>
                     <image v-else src="/static/logo.png" mode="widthFix"></image>
                     <image v-else src="/static/icon/img@2x.png" mode="widthFix"></image>
                  </view>
                  <view class="info-box-head-info" v-if="isLogin">
                     <view class="info-box-head-info-name"  @click="jump(1)">{{userInfo.nickName||'匿名'}}</view>
@@ -29,7 +29,7 @@
               <view class="info-box-label">账户余额</view>
               <view class="info-box-price">
                  <text>¥{{isLogin?((userInfo.amount|| 0)/100).toFixed(2) :0.00}}</text>
                  <view class="info-box-price-btn" @click="jump(6)">去提现</view>
                  <view class="info-box-price-btn" @click="jump(isLogin?6:5)">去提现</view>
               </view>
            </view>
         </view>
@@ -260,6 +260,7 @@
                console.log(222,res)
               if(res.code ===200){
                  that.userInfo.useIdentity = param.useIdentity
                  that.$store.commit('setUserInfo', that.userInfo)
                  uni.$emit('refresh')
               } 
            }).finally(() => {