Fix:【商城小程序】优惠详情页面—取消选择优惠券时,满减处显示undefined
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
满减
|
||||
</view>
|
||||
<view class="v12-mt-3 v12-text-center v12-font-44">
|
||||
{{ selectItem.couponPrice }}
|
||||
{{ selectItem.couponPrice || 0 }}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user