修改各页面中的钱包模块的显示内容
This commit is contained in:
parent
1bc846be31
commit
e0abdd3b15
@ -630,6 +630,7 @@ image {
|
|||||||
.walletBox_content{
|
.walletBox_content{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
padding: 0 80rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.walletBox_item{
|
.walletBox_item{
|
||||||
|
|||||||
@ -33,10 +33,10 @@
|
|||||||
<view>{{ walletInfo.receivable ? walletInfo.receivable.toFixed(2) : "0.00" }}元</view>
|
<view>{{ walletInfo.receivable ? walletInfo.receivable.toFixed(2) : "0.00" }}元</view>
|
||||||
<view class="walletBox_item_text">应收</view>
|
<view class="walletBox_item_text">应收</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="walletBox_item" @click="goWallet(3, walletInfo.handling_fee.toFixed(2))">
|
<!-- <view class="walletBox_item" @click="goWallet(3, walletInfo.handling_fee.toFixed(2))">
|
||||||
<view>{{ walletInfo.handling_fee ? walletInfo.handling_fee.toFixed(2) : "0.00" }}元</view>
|
<view>{{ walletInfo.handling_fee ? walletInfo.handling_fee.toFixed(2) : "0.00" }}元</view>
|
||||||
<view class="walletBox_item_text">手续费</view>
|
<view class="walletBox_item_text">手续费</view>
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="iconStyle content2">
|
<view class="iconStyle content2">
|
||||||
|
|||||||
@ -137,7 +137,7 @@
|
|||||||
|
|
||||||
.walletBox_item{
|
.walletBox_item{
|
||||||
/* margin: 20rpx 30rpx; */
|
/* margin: 20rpx 30rpx; */
|
||||||
width: 25%;
|
width: 32%;
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 35rpx;
|
font-size: 35rpx;
|
||||||
|
|||||||
@ -29,10 +29,10 @@
|
|||||||
<view>{{ walletInfo.pending ? walletInfo.pending.toFixed(2) : "0.00" }}元</view>
|
<view>{{ walletInfo.pending ? walletInfo.pending.toFixed(2) : "0.00" }}元</view>
|
||||||
<view class="walletBox_item_text">待收物业公积金</view>
|
<view class="walletBox_item_text">待收物业公积金</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="walletBox_item" @click="goWallet(4, walletInfo.handling_fee.toFixed(2))">
|
<!-- <view class="walletBox_item" @click="goWallet(4, walletInfo.handling_fee.toFixed(2))">
|
||||||
<view>{{ walletInfo.handling_fee ? walletInfo.handling_fee.toFixed(2) : "0.00" }}元</view>
|
<view>{{ walletInfo.handling_fee ? walletInfo.handling_fee.toFixed(2) : "0.00" }}元</view>
|
||||||
<view class="walletBox_item_text">手续费</view>
|
<view class="walletBox_item_text">手续费</view>
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="work-order-section">
|
<view class="work-order-section">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user