Commit 412a0d68 authored by 黄奎's avatar 黄奎

44

parent 257793ba
......@@ -192,14 +192,14 @@
that.requestJJSWAdmin(testCmd, postMsg,
(res) => {
if (res.data.Code == 1) {
// uni.showToast({
// title: '提交成功',
// icon: 'exception',
// duration: 2000
// });
uni.showToast({
title: '提交成功',
icon: 'exception',
duration: 2000
});
uni.navigateBack({
delta: 1
});
delta: 1
});
} else {
uni.showToast({
title: res.data.Message,
......
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