From 115a6ae906c22af00efa6734a129ca6500be001c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 21 一月 2021 19:00:51 +0800 Subject: [PATCH] 2021-01-21 --- src/tabviews/zshare/actionList/normalbutton/index.jsx | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx index 663002f..8b5131f 100644 --- a/src/tabviews/zshare/actionList/normalbutton/index.jsx +++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx @@ -918,7 +918,8 @@ } this.setState({ - loading: false + loading: false, + loadingNumber: '' }) if (res.ErrCode === 'C') { @@ -1259,7 +1260,7 @@ loading={loading} className={'mk-btn mk-' + btn.class} onClick={() => {this.actionTrigger()}} - >{loadingNumber ? `(${loadingNumber})` : '' + btn.label}</Button> + >{(loadingNumber ? `(${loadingNumber})` : '') + btn.label}</Button> {visible ? this.getModels() : null} </div> } else if (show && show.indexOf('plus') > -1) { -- Gitblit v1.8.0