Merge branch 'master' of https://code.itechtop.cn/yangyang/ztx_wx_gzt
Showing
2 changed files
with
1 additions
and
1 deletions
| ... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
| 8 | <view class="appList"> | 8 | <view class="appList"> |
| 9 | <view v-show="statistical.totalCost>0" class="vipData"> | 9 | <view v-show="statistical.totalCost>0" class="vipData"> |
| 10 | <view>费用合计: | 10 | <view>费用合计: |
| 11 | <text>¥{{ statistical.totalCost.toFixed(2) }}</text> | 11 | <text>¥{{ statistical.totalCost?.toFixed(2) }}</text> |
| 12 | </view> | 12 | </view> |
| 13 | </view> | 13 | </view> |
| 14 | 14 | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or sign in to post a comment