d598ebdd by lttnew
2 parents 677c988b d6df1d4f
...@@ -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.
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!