@@ -52,6 +52,10 @@
{{ item.data.receivableType ? item.data.receivableType : '' }}
</text>
</view>
+ <view v-if="item.data.freight > 0">
+ 运费:
+ <text style="color: #C4C4C4;">{{ item.data.freight }}</text>
+ </view>
<view>
下单时间:
<text style="color: #C4C4C4;">{{ item.data.createTime }}</text>