Merge pull request #211 from MurphyZX/patch-1

手续费比例不需要除100
pull/845/head
芋道源码 2025-12-20 17:49:37 +08:00 committed by GitHub
commit f2c8f36094
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
</el-tag>
</el-descriptions-item>
<el-descriptions-item label="手续费比例">
{{ (detailData.channelFeeRate / 100.0).toFixed(2) }}%
{{ detailData.channelFeeRate.toFixed(2) }}%
</el-descriptions-item>
<el-descriptions-item label="支付时间">
{{ formatDate(detailData.successTime) }}