small-program/pages/mine/mine.vue
@@ -28,7 +28,7 @@ </view> <view class="info-box-label">账户余额</view> <view class="info-box-price"> <text>¥{{isLogin?(userInfo.amount || 0) :0.00}}</text> <text>¥{{isLogin?((userInfo.amount|| 0)/100).toFixed(2) :0.00}}</text> <view class="info-box-price-btn" @click="jump(6)">去提现</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