fix/goods-0525
ch 2 years ago
parent 0f8d21bd2d
commit 802a17906b

@ -36,7 +36,7 @@
</p> </p>
<div class="item-info-wrap__orderNo"> <div class="item-info-wrap__orderNo">
<span>{{ <span>{{
`${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>

@ -2,7 +2,7 @@
* @Author: ch * @Author: ch
* @Date: 2022-05-08 01:14:03 * @Date: 2022-05-08 01:14:03
* @LastEditors: ch * @LastEditors: ch
* @LastEditTime: 2022-05-26 17:38:01 * @LastEditTime: 2022-05-27 11:37:59
* @Description: file content * @Description: file content
--> -->
<template> <template>
@ -31,7 +31,9 @@ export default {
data(){ data(){
return { return {
ORDER_TYPE, ORDER_TYPE,
orderInfo : {} orderInfo : {
orderType : ORDER_TYPE.VIRTUAL
}
} }
}, },
mounted(){ mounted(){

Loading…
Cancel
Save