master
王文杰 7 months ago
parent 1c96b8939b
commit 67ec7c7b4a

@ -80,7 +80,7 @@ const handleCancleOrder = () => {
<image class="img-url" :src="item.imgUrl"></image> <image class="img-url" :src="item.imgUrl"></image>
<view class="product-name">{{ item.product.name }}</view> <view class="product-name">{{ item.product.name }}</view>
<template v-if="order.orderStatus.code == '520193049964319045'"> <template v-if="order.orderStatus.code == '520193049964319045'">
<view class="recovery-price">实际价格{{ item.recoveryPrice }}</view> <view class="recovery-price">实际价格{{ item.actualRecoveryPrice }}</view>
<view class="recovery-weight">实际重量{{ item.productActualWeight }}千克</view> <view class="recovery-weight">实际重量{{ item.productActualWeight }}千克</view>
</template> </template>
</view> </view>

Loading…
Cancel
Save