提交 502081f2 authored 作者: lidongxu's avatar lidongxu

refactor(wuliu): 修改:物流查询接口字段变化

上级 6ad3c57e
......@@ -51,7 +51,7 @@ const getLogisticsList = async () => {
}]
return
}
activities.value = data.sentInfo.traceDetails.reverse().map(o => ({
activities.value = data.sentInfo.reverse().map(o => ({
content: o.operateRemark,
timestamp: o.operateTime
}))
......
......@@ -83,7 +83,7 @@ export const constantPCRoutes = [
},
// 物流信息页面
{
path: '/logistics', // ?sentNo=AHSD-X08-2507280012
path: '/logistics', // /logistics?sentNo=AHSD-X08-2507280012
component: () => import('@/views/other/logistics'),
name: 'logistics'
}
......
......@@ -55,7 +55,7 @@ const getLogisticsList = async () => {
}]
return
}
activities.value = data.sentInfo.traceDetails.reverse().map(o => ({
activities.value = data.sentInfo.reverse().map(o => ({
content: o.operateRemark,
timestamp: o.operateTime
}))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论