多次调用showLoading的问题

发布于 6 年前作者 qsu5561 次浏览最后编辑 6 年前来自 ask

IOS多次调用showLoading后,加载的小菊花图标变得异常光亮。

如果在showLoading之前先调用hideLoading,加载框又会闪。

var count = 0;

setInterval(function(){

    count++;

    //wx.hideLoading();

    wx.showLoading({

        title: ‘次数:’ + count,

    })

},1000)

0 回复
暂无回复