|
|
@ -2,7 +2,7 @@
|
|
|
|
* @Author: ch
|
|
|
|
* @Author: ch
|
|
|
|
* @Date: 2022-05-04 17:49:21
|
|
|
|
* @Date: 2022-05-04 17:49:21
|
|
|
|
* @LastEditors: ch
|
|
|
|
* @LastEditors: ch
|
|
|
|
* @LastEditTime: 2022-05-04 17:50:11
|
|
|
|
* @LastEditTime: 2022-05-27 15:40:36
|
|
|
|
* @Description: file content
|
|
|
|
* @Description: file content
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
|
@ -35,8 +35,8 @@
|
|
|
|
{{ item.logisticsContext }}
|
|
|
|
{{ item.logisticsContext }}
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
<div class="item-info-wrap__orderNo">
|
|
|
|
<div class="item-info-wrap__orderNo">
|
|
|
|
<span>{{
|
|
|
|
<span v-if="item.logistics.companyName">{{
|
|
|
|
`${item.logistics.companyName || '--'}: ${item.logistics.trackingNo || '--'}`
|
|
|
|
`${item.logistics.companyName }: ${item.logistics.trackingNo}`
|
|
|
|
}}</span>
|
|
|
|
}}</span>
|
|
|
|
<span class="item-info-wrap__orderNo--light">查看详情</span>
|
|
|
|
<span class="item-info-wrap__orderNo--light">查看详情</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -193,10 +193,13 @@ export default {
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
color: #999999;
|
|
|
|
color: #999999;
|
|
|
|
font-size: 12px;
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
|
|
span{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
margin-right: 30px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.item-info-wrap__orderNo--light {
|
|
|
|
.item-info-wrap__orderNo--light {
|
|
|
|
color: #ff875b;
|
|
|
|
color: #ff875b;
|
|
|
|
margin-left: 30px;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|