Commit 24ee9b02 by 肖康

Merge branch 'XK_order_ship20210120'

# Conflicts:
#	view/23.js
#	view/app.js
parents 77d89579 86ca567e
Showing with 1 additions and 1 deletions
......@@ -20,7 +20,7 @@
</div>
<div class="wuliudanhao" v-if="wlInfo">快递单号:{{wlInfo.shipping_no}} <span @click="copy(wlInfo.shipping_no)">复制</span></div>
</div>
<div class="ship-box" v-if="wlInfo">
<div class="ship-box" v-if="wlInfo&&wlInfo.info.isArray">
<div class="wu-group " :class="{'act':index==0}" v-for="(item,index) in wlInfo.info">
<div class="time-gh">{{item.AcceptTime.substring(5,10)}}<span>{{item.AcceptTime.substring(11,16)}}</span></div>
<div class="g-te">
......
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 sign in to comment