update api
This commit is contained in:
@@ -55,9 +55,9 @@
|
||||
<view class="pushtimeline" v-if="type == 2">
|
||||
<view class="timelinetitle">物流信息</view>
|
||||
<view class="timelineid">订单单号:{{ info.order_sn }}</view>
|
||||
<view class="timelinebox">
|
||||
<view class="timelinecontent">{{}}进度</view>
|
||||
<view class="timelinetime">{{}}时间</view>
|
||||
<view class="timelinebox" v-for="list in info.express_list">
|
||||
<view class="timelinecontent">{{list.content}}</view>
|
||||
<view class="timelinetime">{{list.kd_time}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="refunds-option" v-if="type == 4">
|
||||
|
||||
Reference in New Issue
Block a user