多次调用showLoading的问题
IOS多次调用showLoading后,加载的小菊花图标变得异常光亮。
如果在showLoading之前先调用hideLoading,加载框又会闪。
var count = 0;
setInterval(function(){
count++;
wx.showLoading({
title: ‘次数:’ + count,
})
},1000)
IOS多次调用showLoading后,加载的小菊花图标变得异常光亮。
如果在showLoading之前先调用hideLoading,加载框又会闪。
var count = 0;
setInterval(function(){
count++;
wx.showLoading({
title: ‘次数:’ + count,
})
},1000)