微信小程序wx.showLoading

时间:2019-02-18 11:37:11   收藏:0   阅读:317

技术图片

wx.showLoading({
      title: ‘加载中...‘,
})
wx.request({
  url: ‘‘,
  success(res){},
  fail(){},
  complete(){
    wx.hideLoading()
  }
})

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!