Commit 5e89b37ed7e3f2b294f4ad9acb486453188c49e0
1 parent
07322857
Exists in
master
and in
1 other branch
fix: 下单加保险
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
pages/order/detail.vue
| ... | ... | @@ -252,7 +252,7 @@ |
| 252 | 252 | </view> |
| 253 | 253 | <view class="card__item"> |
| 254 | 254 | <view class="card__item_field">保费</view> |
| 255 | - <view class="card__item_content">¥{{ item.receiveInsuranceAmount ? item.receiveInsuranceAmount : '' }}</view> | |
| 255 | + <view class="card__item_content">¥{{ item.receiveInsuranceAmount ? item.receiveInsuranceAmount : '0' }}</view> | |
| 256 | 256 | </view> |
| 257 | 257 | <view class="count-line"> |
| 258 | 258 | <view class="field">订单总额</view> | ... | ... |