master
jevononlie 7 months ago
parent dae3542d36
commit d02bcb1946

@ -119,8 +119,8 @@ const handleCancleOrder = () => {
<image class="img-url" :src="item.imgUrl"></image> <image class="img-url" :src="item.imgUrl"></image>
<view class="name">{{ item.product.name }}</view> <view class="name">{{ item.product.name }}</view>
</view> </view>
<view class="recovery-price marginLeft50">实际价格{{ item.actualRecoveryPrice }}</view> <view class="recovery-price marginLeft50" v-if="item.actualRecoveryPrice">{{ item.actualRecoveryPrice }}</view>
<view class="recovery-weight marginLeft50">实际重量{{ item.productActualWeight }}</view> <view class="recovery-weight marginLeft50" v-if="item.productActualWeight">{{ item.productActualWeight }}</view>
</view> </view>
</view> </view>
</template> </template>

Loading…
Cancel
Save