解决冲突
This commit is contained in:
@ -135,11 +135,7 @@ export default {
|
|||||||
}
|
}
|
||||||
express(params)
|
express(params)
|
||||||
.then(res => {
|
.then(res => {
|
||||||
<<<<<<< HEAD
|
|
||||||
this.logisticsList = res.data.traces.reverse()
|
|
||||||
=======
|
|
||||||
this.logisticsList = res.data.Traces.reverse();
|
this.logisticsList = res.data.Traces.reverse();
|
||||||
>>>>>>> 11d6bda8681ad955f5e73286c3478a238ee58593
|
|
||||||
})
|
})
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
|
Reference in New Issue
Block a user