1. 程式人生 > >微信小程序wx.showLoading

微信小程序wx.showLoading

code div tle nbsp res col class alt span

技術分享圖片

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

微信小程序wx.showLoading