liudan 8 months ago
parent fd5120d89f
commit e782c5f637
  1. 17
      pages/users/user_cash/index.vue

@ -54,6 +54,9 @@
</view> </view>
<view class="btn-submit"> <view class="btn-submit">
<button formType="submit" :disabled="load" class='bnt b-color' :class="load ? 'disabled' : ''" >提现</button> <button formType="submit" :disabled="load" class='bnt b-color' :class="load ? 'disabled' : ''" >提现</button>
<view style="text-align: center;color:#116636;margin-top:20rpx;" @click="goCashRecord">
提现记录
</view>
</view> </view>
</form> </form>
</view> </view>
@ -90,6 +93,9 @@
说明: 每笔佣金的冻结期为{{userInfo.broken_day}}到期后可提现 说明: 每笔佣金的冻结期为{{userInfo.broken_day}}到期后可提现
</view> </view>
<button formType="submit" :disabled="load" class='bnt b-color' :class="load ? 'disabled' : ''" >提现</button> <button formType="submit" :disabled="load" class='bnt b-color' :class="load ? 'disabled' : ''" >提现</button>
<view style="text-align: center;color:#116636" >
提现记录
</view>
</view> </view>
<view v-else class="auto_arrival"> <view v-else class="auto_arrival">
<view class='tip'>当前可提现金额: <text class="price">{{userInfo.brokerage_price}}</text> <view class='tip'>当前可提现金额: <text class="price">{{userInfo.brokerage_price}}</text>
@ -99,6 +105,9 @@
</view> </view>
<view class="btn-submit"> <view class="btn-submit">
<button formType="submit" :disabled="load" class='bnt b-color' :class="load ? 'disabled' : ''" >提现</button> <button formType="submit" :disabled="load" class='bnt b-color' :class="load ? 'disabled' : ''" >提现</button>
<view style="text-align: center;color:#116636" >
提现记录
</view>
</view> </view>
</view> </view>
</form> </form>
@ -135,6 +144,9 @@
</view> </view>
<view class="btn-submit"> <view class="btn-submit">
<button formType="submit" :disabled="load" class='bnt b-color' :class="load ? 'disabled' : ''" >提现</button> <button formType="submit" :disabled="load" class='bnt b-color' :class="load ? 'disabled' : ''" >提现</button>
<view style="text-align: center;color:#116636" >
提现记录
</view>
</view> </view>
</form> </form>
</view> </view>
@ -235,6 +247,11 @@
} }
}, },
methods: { methods: {
goCashRecord(){
uni.navigateTo({
url:'/pages/users/user_spread_money/index?type=1'
})
},
loadType(){ loadType(){
this.pay_type = [] this.pay_type = []
let withdrawType = this.withdraw_type let withdrawType = this.withdraw_type

Loading…
Cancel
Save