wx.showLoading({ title: ‘加载中...‘, }) wx.request({ url: ‘‘, success(res){}, fail(){}, complete(){ wx.hideLoading() } })
微信小程序wx.showLoading
原文:https://www.cnblogs.com/520BigBear/p/10394526.html