获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
[图片] 一开始我是写在请求网络获取数据的方法里的,然后在onload调用发现手机上有问题,在其它的生命周期调用就没有问题
生命周期onload里面调用wx.hideLoading失效onLoad: function(options) { wx.showLoading({ title: '加载中,请稍等', mask: false, success: () => { console.log('showLoadingInOnLoad') wx.hideLoading() } }) setTimeout(() => { wx.hideLoading({ success: () => { console.log('showLoadingInOnLoadSTO') } }) }, 1000) // wx.hideLoading({ // success: () => { // console.log('showLoadingInOnLoad') // } // }) },
2019-12-27[图片]我也是,哈哈,我换回稳定版了
最新更新的版本界面有问题?最新更新的版本界面出现了问题 [图片]
2019-12-06