码迷,mamicode.com
首页 > 微信 > 详细

微信小程序wx.showLoading

时间:2019-02-18 11:37:11      阅读:317      评论:0      收藏:0      [点我收藏+]

标签:com   ...   res   image   img   ide   程序   pre   hide   

技术图片

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

 

微信小程序wx.showLoading

标签:com   ...   res   image   img   ide   程序   pre   hide   

原文地址:https://www.cnblogs.com/520BigBear/p/10394526.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!