[app端处理总成成交额保留小数点后四位]

This commit is contained in:
2021-10-18 14:34:34 +08:00
parent 335a2a6515
commit 8bd3f5e1aa
3 changed files with 296 additions and 249 deletions

View File

@@ -64,7 +64,7 @@
<view class="text">转让权证</view>
</view> -->
<view class="general-item">
<view class="number">{{wordData.top.barter_total || 0}}</view>
<view class="number">{{wordData.top.barter_total.toFixed(4) || 0}}</view>
<view class="text">总收益额</view>
</view>
<view class="general-item" @click="$Router.push({name: 'GoodsMag'})">