lichene_328_3

This commit is contained in:
dengbw
2022-03-28 14:05:28 +08:00
parent 32edb7e039
commit 9298a1f05b
+2 -5
View File
@@ -180,10 +180,7 @@
of2_id: that.of2_id,
},
beforeSend: function () {
loading = mDialog.load({
shade: false,
text: "",
});
loading = mDialog.load({shade: false, text: "",});
that.submitFlag = true;
},
success: function (re) {
@@ -221,7 +218,7 @@
that.submitFlag = true;
},
success: function (re) {
mDialog.msg({content: re.msg, pause: 8000});
mDialog.msg({content: re.msg});
},
complete: function () {
loading && mDialog.close(loading); //关闭加载