微信小程序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
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!