修复物流信息不显示问题
This commit is contained in:
@ -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({
|
||||||
|
Reference in New Issue
Block a user