微信小程序 wx.hideLoading()无效

添加延迟

setTimeout(() => {
   wx.hideLoading();
}, 100);

你可能感兴趣的:(微信小程序 wx.hideLoading()无效)