微信小程序wx.showLoading
时间:2019-02-18 11:36:18
收藏:0
阅读:906
wx.showLoading({
title: ‘加载中...‘,
})
wx.request({
url: ‘‘,
success(res){},
fail(){},
complete(){
wx.hideLoading()
}
})
原文:https://www.cnblogs.com/520BigBear/p/10394526.html
评论(0)