mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 07:55:53 +08:00
fix: 🐛 修改商品详情控制台报错bug
This commit is contained in:
@@ -120,7 +120,7 @@
|
|||||||
<view class="title">运费:</view>
|
<view class="title">运费:</view>
|
||||||
<view class="value">¥{{ order.freightPrice | unitPrice }}</view>
|
<view class="value">¥{{ order.freightPrice | unitPrice }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="order-info-view">
|
<view class="order-info-view" v-if="order.priceDetailDTO">
|
||||||
<view class="title">优惠券:</view>
|
<view class="title">优惠券:</view>
|
||||||
<view class="value main-color">-¥{{ order.priceDetailDTO.couponPrice | unitPrice }}</view>
|
<view class="value main-color">-¥{{ order.priceDetailDTO.couponPrice | unitPrice }}</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -170,7 +170,7 @@
|
|||||||
<view class="order-info-view">
|
<view class="order-info-view">
|
||||||
<view class="title">订单备注:</view>
|
<view class="title">订单备注:</view>
|
||||||
<view class="value">{{
|
<view class="value">{{
|
||||||
order.remark
|
order.remark || '暂无备注'
|
||||||
}}</view>
|
}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="order-info-view">
|
<view class="order-info-view">
|
||||||
|
|||||||
Reference in New Issue
Block a user