Commit aae61a93f1e6e7767ca7171d100ad4412e190a56
1 parent
991859d7
余额明细
Showing
2 changed files
with
3 additions
and
3 deletions
pages/businessCard/businessCard.vue
pages/rechargeDetail/outDetail.vue
1 | 1 | <template> |
2 | 2 | <view> |
3 | 3 | <view style="height: 100px;line-height: 100px;" class="uni-center"> |
4 | - <text style="font-size: 32px;font-weight: 500;">{{changeFeeDetail | toFixed2}}</text> | |
4 | + <text style="font-size: 32px;font-weight: 500;">{{changeFeeDetail}}</text> | |
5 | 5 | </view> |
6 | 6 | <view class="border-bg"></view> |
7 | 7 | ... | ... |