小程序请求加载和请求关闭

111 阅读1分钟

发起请求之前 uni.showLoading({ title: "加载中" })

请求成功后uni.hideLoading()

image.png