111
rk
2025-08-21 4e3e18cdb0d75c098b68353ef8c86cdd7c0f79b2
small-program/pages/mine/mine.vue
@@ -28,8 +28,8 @@
               </view>
               <view class="info-box-label">账户余额</view>
               <view class="info-box-price">
                  <text>¥{{isLogin?(userInfo.amount || 0) :0.00}}</text>
                  <view class="info-box-price-btn" @click="jump(6)">去提现</view>
                  <text>¥{{isLogin?((userInfo.amount|| 0)/100).toFixed(2) :0.00}}</text>
                  <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
                  uni.$emit('refresh')
               } 
            }).finally(() => {
               that.changing1 = false