修改各页面中的钱包模块的显示内容

This commit is contained in:
赵毅 2025-10-13 16:28:13 +08:00
parent 1bc846be31
commit e0abdd3b15
4 changed files with 6 additions and 5 deletions

View File

@ -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{

View File

@ -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">

View File

@ -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;

View File

@ -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">