From 13db03477dab2dc725daa67c189f81a572fab866 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 26 八月 2022 23:51:09 +0800 Subject: [PATCH] 2022-08-26 --- src/tabviews/zshare/actionList/normalbutton/index.jsx | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx index 3a308ee..02499a5 100644 --- a/src/tabviews/zshare/actionList/normalbutton/index.jsx +++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx @@ -2141,10 +2141,13 @@ }) MKEmitter.emit('autoExecOver', btn.uuid, 'error') return + } else if (btn.OpenType !== 'pop' || !btnconfig || btnconfig.setting.finish !== 'unclose') { + this.setState({ + loading: false + }) } this.setState({ - loading: false, loadingNumber: '', loadingTotal: '', }) -- Gitblit v1.8.0