微信小程序wx.showLoading

效果图:

代码:

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

 

小程序官方api   https://developers.weixin.qq.com/miniprogram/dev/api/wx.showLoading.html

posted @ 2019-02-18 11:19  大熊丨rapper  阅读(10155)  评论(0编辑  收藏  举报