fix: 🐛 修改商品详情控制台报错bug

This commit is contained in:
RyanRan
2024-04-29 16:29:58 +08:00
parent 7d3d06e8af
commit e9d1a81612

View File

@@ -120,7 +120,7 @@
<view class="title">运费</view>
<view class="value">{{ order.freightPrice | unitPrice }}</view>
</view>
<view class="order-info-view">
<view class="order-info-view" v-if="order.priceDetailDTO">
<view class="title">优惠券</view>
<view class="value main-color">-{{ order.priceDetailDTO.couponPrice | unitPrice }}</view>
</view>
@@ -170,7 +170,7 @@
<view class="order-info-view">
<view class="title">订单备注</view>
<view class="value">{{
order.remark
order.remark || '暂无备注'
}}</view>
</view>
<view class="order-info-view">