@@ -130,6 +130,9 @@
deliveryId: this.list[this.listIndex].deliveryId,
}
$http.post('/api/v1/mp/logistics/query', data).then(res => {
+ if(res.code == 500) {
+ uni.hideToast();
+ }
if (res.code == 0) {
this.logistics = res.data