fix(mine): 市场动态盒数保留两位小数
This commit is contained in:
parent
cd416e667d
commit
70f6e909ff
|
@ -137,9 +137,9 @@
|
|||
<text class="stat-value__integer">{{
|
||||
formattedTotalBox.integer
|
||||
}}</text>
|
||||
<!-- <text class="stat-value__decimal">{{
|
||||
<text class="stat-value__decimal">{{
|
||||
formattedTotalBox.decimal
|
||||
}}</text> -->
|
||||
}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="stat-divider"></view>
|
||||
|
@ -149,9 +149,9 @@
|
|||
<text class="stat-value__integer">{{
|
||||
formattedSmallAreaBox.integer
|
||||
}}</text>
|
||||
<!-- <text class="stat-value__decimal">{{
|
||||
<text class="stat-value__decimal">{{
|
||||
formattedSmallAreaBox.decimal
|
||||
}}</text> -->
|
||||
}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
Loading…
Reference in New Issue