small-program/pages/mine/mine.vue
@@ -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 uni.$emit('refresh') } }).finally(() => { that.changing1 = false