Commit 6d8f845c authored by 罗超's avatar 罗超

Merge branch 'B2C' of http://gitlab.oytour.com/zk123/jz_travel into B2C

parents a7ba785d 9a037a59
......@@ -552,6 +552,10 @@
uni.hideLoading()
},
(err) => {
uni.showToast({
title: err.message,
icon: "none",
});
uni.hideLoading()
}
);
......
......@@ -256,6 +256,10 @@
},
(err) => {
uni.hideLoading()
uni.showToast({
title: err.message,
icon: "none",
});
that.DataLists[that.i].loading = false
}
);
......
......@@ -431,7 +431,12 @@
}
that.submitCancel = false
},
(err) => {}
(err) => {
uni.showToast({
title: err.message,
icon: "none",
});
}
);
}else that.submitCancel = false
}
......
......@@ -804,6 +804,10 @@
this.submitCancel = false
},
(err) => {
uni.showToast({
title: err.message,
icon: "none",
});
this.submitCancel = false
}
);
......
......@@ -417,7 +417,12 @@
}
that.submitCancel = false
},
(err) => {}
(err) => {
uni.showToast({
title: err.message,
icon: "none",
});
}
);
}else that.submitCancel = false
}
......
......@@ -768,6 +768,10 @@
this.submitCancel = false
},
(err) => {
uni.showToast({
title: err.message,
icon: "none",
});
this.submitCancel = false
}
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment