3
0
Fork 0

feat(withdrawl): 提现明细个税改服务费

This commit is contained in:
woody 2025-08-12 17:30:35 +08:00
parent b3f83ee3fc
commit 773a0a4db9
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
}}</view> }}</view>
</view> </view>
<view class="linebox"> <view class="linebox">
<view class="line_title">{{ '个税' }}</view> <view class="line_title">{{ '服务费' }}</view>
<view class="line_content">{{ <view class="line_content">{{
item.incomeTax | toThousandthAndKeepDecimal item.incomeTax | toThousandthAndKeepDecimal
}}</view> }}</view>