修复物流信息不显示问题
This commit is contained in:
@ -145,7 +145,7 @@ export default {
|
||||
};
|
||||
express(params)
|
||||
.then(res => {
|
||||
this.logisticsList = res.data.traces.reverse();
|
||||
this.logisticsList = res.data.Traces.reverse();
|
||||
})
|
||||
.catch(err => {
|
||||
uni.showToast({
|
||||
|
Reference in New Issue
Block a user