teaset icon indicating copy to clipboard operation
teaset copied to clipboard

ModalIndicator调用hide无效

Open xzgilhm opened this issue 5 years ago • 2 comments

"react-native": "0.51.1",
 "teaset": "0.5.10"

代码如下:

ModalIndicator.show();
        BaseRequest.postData("findChargeCost",sendData)
            .then((data)=>{
            })
            .catch((err)=>{
                console.err(err);
            })
            .finally(() => {
                ModalIndicator.hide();.
            });

有时候ModalIndicator.hide()不会执行,导致ModalIndicator一直存在。 这是什么原因呢?

xzgilhm avatar Apr 26 '19 06:04 xzgilhm

你解决这个问题了吗?

RathaKrishna avatar May 17 '19 02:05 RathaKrishna

你解决这个问题了吗?

没有解决。。。。我后来没有使用这个ModalIndicator。

xzgilhm avatar May 17 '19 03:05 xzgilhm