wx.showLoading({
title: ‘加载中...‘,
})
wx.request({
url: ‘‘,
success(res){},
fail(){},
complete(){
wx.hideLoading()
}
})
2023-11-13 09:11:16
wx.showLoading({
title: ‘加载中...‘,
})
wx.request({
url: ‘‘,
success(res){},
fail(){},
complete(){
wx.hideLoading()
}
})