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

44

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