d598ebdd by lttnew
2 parents 677c988b d6df1d4f
......@@ -8,7 +8,7 @@
<view class="appList">
<view v-show="statistical.totalCost>0" class="vipData">
<view>费用合计:
<text>¥{{ statistical.totalCost.toFixed(2) }}</text>
<text>¥{{ statistical.totalCost?.toFixed(2) }}</text>
</view>
</view>
......
This diff could not be displayed because it is too large.
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!