lichene_328_3
This commit is contained in:
@@ -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); //关闭加载
|
||||
|
||||
Reference in New Issue
Block a user