Commit 89d30f5d by 高淑倩

退单物流

parent bc025738
...@@ -30,15 +30,15 @@ ...@@ -30,15 +30,15 @@
</view> </view>
<view class="logistics-wrap"> <view class="logistics-wrap">
<view class="logistics-info" wx:if="{{refundDetail.tradeVO.logistic.supplierName}}"> <view class="logistics-info" wx:if="{{refundDetail.refundLogistic.supplierName}}">
<view class="logistics-item"> <view class="logistics-item">
<text>物流公司</text> <text>物流公司</text>
<text class="company">{{refundDetail.tradeVO.logistic.supplierName}}</text> <text class="company">{{refundDetail.refundLogistic.supplierName}}</text>
<!-- <text class="company">{{refundDetail.refundLogistic.supplierName}}</text> --> <!-- <text class="company">{{refundDetail.refundLogistic.supplierName}}</text> -->
</view> </view>
<view class="logistics-item"> <view class="logistics-item">
<text>快递单号</text> <text>快递单号</text>
<text class="company">{{refundDetail.tradeVO.logistic.code}}</text> <text class="company">{{refundDetail.refundLogistic.code}}</text>
<!--<text class="company">{{refundDetail.refundLogistic.code}}</text>--> <!--<text class="company">{{refundDetail.refundLogistic.code}}</text>-->
</view> </view>
<view class="write-logistics" bindtap="tapWriteLogis" wx:if="{{refundDetail.status == 'A'}}"> <view class="write-logistics" bindtap="tapWriteLogis" wx:if="{{refundDetail.status == 'A'}}">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment