修复切换页面nan问题

This commit is contained in:
2025-05-08 16:24:39 +08:00
parent 1f59082bcb
commit ac28ee855f
6 changed files with 115 additions and 69 deletions

View File

@@ -97,7 +97,7 @@
</view>
<view class="total-wrap" v-if="listinfo.status == 'unpaid'||!listinfo.id">
<view class="total-wrap u-m-t-30" v-if="listinfo.status == 'unpaid'||!listinfo.id">
<view>总计</view>
<view class="price"> {{listinfo.totalCost||''}} </view>
</view>