修复充值,余额提现
This commit is contained in:
parent
ca4d6ffd83
commit
dfbb94c029
@ -1,12 +1,12 @@
|
||||
<template>
|
||||
<view class="c_card">
|
||||
<view class="f_card" @click="naviTo('/subpkg/topUp/topUp')">
|
||||
<view class="item">
|
||||
<view class="f_card">
|
||||
<view class="item" @click="naviTo('/subpkg/topUp/topUp')">
|
||||
<view>公司账户余额(元)</view>
|
||||
<view class="price" v-if="company.deposit">{{cCount(company.deposit)}}</view>
|
||||
<view class="price" v-else>0.00</view>
|
||||
</view>
|
||||
<view class="item">
|
||||
<view class="item" @click="naviTo('/subpkg/withdrawDeposit/withdrawDeposit')">
|
||||
<view>公司收益金额(元)</view>
|
||||
<view class="price" v-if="company.company_money">{{cCount(company.company_money)}}</view>
|
||||
<view class="price" v-else>0.00</view>
|
||||
|
@ -145,6 +145,9 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
page{
|
||||
|
||||
}
|
||||
.fixed_box {
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
|
@ -213,6 +213,10 @@
|
||||
font-size: 32rpx;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
text:nth-child(1){
|
||||
flex-shrink: 0;
|
||||
margin-right: 18rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -221,6 +225,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 0 28rpx;
|
||||
margin-top: 50rpx;
|
||||
|
||||
.title {
|
||||
font-size: 32rpx;
|
||||
|
@ -6,7 +6,8 @@
|
||||
<view class="title">提现信息</view>
|
||||
<view class="item">
|
||||
<text>提现账户</text>
|
||||
<text>{{$store.state.app.userInfo.account||''}}</text>
|
||||
<text v-if="$store.state.app.userInfo.admin_id">{{$store.state.app.userInfo.company.company_name||''}}</text>
|
||||
<text v-else>{{$store.state.app.userInfo.account||''}}</text>
|
||||
</view>
|
||||
<view class="item">
|
||||
<text>可用余额</text>
|
||||
@ -141,7 +142,7 @@
|
||||
|
||||
.card {
|
||||
width: 694rpx;
|
||||
height: 180rpx;
|
||||
min-height: 180rpx;
|
||||
background: #FFFFFF;
|
||||
margin-top: 38.55rpx;
|
||||
box-shadow: 0rpx 0rpx 18rpx 2rpx rgba(50, 116, 249, 0.1);
|
||||
@ -167,6 +168,10 @@
|
||||
font-size: 32rpx;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
text:nth-child(1){
|
||||
flex-shrink: 0;
|
||||
margin-right: 18rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user