From 9298a1f05b84f6f31c76f834fca158e05ec351fe Mon Sep 17 00:00:00 2001 From: dengbw Date: Mon, 28 Mar 2022 14:05:28 +0800 Subject: [PATCH] lichene_328_3 --- home/views/h5/lichene/index.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/home/views/h5/lichene/index.php b/home/views/h5/lichene/index.php index e793d742..083d1dab 100644 --- a/home/views/h5/lichene/index.php +++ b/home/views/h5/lichene/index.php @@ -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); //关闭加载