|
@@ -2,10 +2,8 @@
|
|
<view class="detail">
|
|
<view class="detail">
|
|
<u-navbar title="物流详情" :border="true" :placeholder="true" :autoBack="true" bgColor="#fff" />
|
|
<u-navbar title="物流详情" :border="true" :placeholder="true" :autoBack="true" bgColor="#fff" />
|
|
<!-- 物流信息 -->
|
|
<!-- 物流信息 -->
|
|
- <view class="detail-info">
|
|
|
|
- <view class="detail-info-one" v-for="(item,index) in list" :key="index" @click="jumpPosition(index)"
|
|
|
|
- :class="{'aside-active':listIndex === index}">
|
|
|
|
- 包裹{{index+1}}</view>
|
|
|
|
|
|
+ <view class="detail-info" v-if="list.length>1?true:false">
|
|
|
|
+ <view class="detail-info-one" v-for="(item,index) in list" :key="index" @click="jumpPosition(index)" :class="{'aside-active':listIndex === index}"> 包裹{{index+1}} </view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="detail-info">
|
|
<view class="detail-info">
|