修复物流信息不显示问题

This commit is contained in:
hupeng
2021-06-01 13:48:16 +08:00
parent a176628d52
commit 11d6bda868

View File

@ -145,7 +145,7 @@ export default {
}; };
express(params) express(params)
.then(res => { .then(res => {
this.logisticsList = res.data.traces.reverse(); this.logisticsList = res.data.Traces.reverse();
}) })
.catch(err => { .catch(err => {
uni.showToast({ uni.showToast({