|
@@ -52,7 +52,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="express-content">
|
|
<view class="express-content">
|
|
|
<view class="express-name">{{ orderInfo.expressName || '快递' }}({{ orderInfo.waybillCode }})</view>
|
|
<view class="express-name">{{ orderInfo.expressName || '快递' }}({{ orderInfo.waybillCode }})</view>
|
|
|
- <view class="express-trace">{{ latestTrace ? (latestTrace.context || latestTrace.status) : '点击查看物流详情' }}
|
|
|
|
|
|
|
+ <view class="express-trace">{{ orderInfo.description || '点击查看物流详情' }}
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<u-icon name="arrow-right" color="#999" size="28"></u-icon>
|
|
<u-icon name="arrow-right" color="#999" size="28"></u-icon>
|
|
@@ -91,7 +91,7 @@
|
|
|
<view class="row">
|
|
<view class="row">
|
|
|
<text>商品金额</text>
|
|
<text>商品金额</text>
|
|
|
<text class="goods-total">¥{{ (orderInfo.totalMoney - (orderInfo.expressMoney || 0)).toFixed(2)
|
|
<text class="goods-total">¥{{ (orderInfo.totalMoney - (orderInfo.expressMoney || 0)).toFixed(2)
|
|
|
- }}</text>
|
|
|
|
|
|
|
+ }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<template v-if="orderInfo.discountList && orderInfo.discountList.length > 0">
|
|
<template v-if="orderInfo.discountList && orderInfo.discountList.length > 0">
|
|
|
<view class="row" v-for="(discount, index) in orderInfo.discountList" :key="'discount_' + index">
|
|
<view class="row" v-for="(discount, index) in orderInfo.discountList" :key="'discount_' + index">
|