|
|
@@ -1,6 +1,6 @@
|
|
|
<view class="bg" style="background: #FFF;">
|
|
|
<view class="logistics-tit">
|
|
|
- <image src="{{order.product_list[0].cover}}"></image>
|
|
|
+ <image src="../../../../images/footer/logistics.png" style="padding: 20rpx 20rpx 0;width: 80rpx;height: 70rpx;"></image>
|
|
|
<view class="logistics-rbox">
|
|
|
<h6 class="ellipsisLn">{{logistics.company}}快递</h6>
|
|
|
<p>快递单号:{{logistics.no}}</p>
|
|
|
@@ -9,14 +9,20 @@
|
|
|
</view>
|
|
|
<hr class="hrline" />
|
|
|
<view class="logistics-tit">
|
|
|
- <image src="../../../../images/footer/logistics.png" style="padding: 20rpx 20rpx 0;width: 90rpx;height: 90rpx;"></image>
|
|
|
+ <image src="../../../../images/footer/location.png" style="padding: 20rpx 20rpx 0;width: 60rpx;height: 60rpx;"></image>
|
|
|
<view class="logistics-rbox">
|
|
|
- <p style="margin-top:0">订单编号:{{order.order_id}}</p>
|
|
|
- <p>收货地址:{{order.address}}</p>
|
|
|
+ <p style="margin-top:0">收货地址:{{order.address}}</p>
|
|
|
+ <p>联系人:{{order.contact}}</p>
|
|
|
</view>
|
|
|
<view class="clean"></view>
|
|
|
</view>
|
|
|
<hr class="hrline" />
|
|
|
+ <view class="logistics-tit">
|
|
|
+ <p style="margin-top:0">订单编号:{{order.order_id}}</p>
|
|
|
+ <p>下单时间:{{order.paied_time}}</p>
|
|
|
+ <p>发货时间:{{order.dispatch_time}}</p>
|
|
|
+ </view>
|
|
|
+ <hr class="hrline" />
|
|
|
<view class="logistics-list">
|
|
|
<ul>
|
|
|
<li wx:for="{{logistics.list}}" wx:id="id">
|