| | |
| | | </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> |
| | |
| | | console.log(222,res) |
| | | if(res.code ===200){ |
| | | that.userInfo.useIdentity = param.useIdentity |
| | | uni.$emit('refresh') |
| | | } |
| | | }).finally(() => { |
| | | that.changing1 = false |