摘要:
直接上代码: // async版get请求 async function getAsync(url, data) { uni.showLoading({ title: '数据加载中...', mask: true }); let [err, res] = await uni.request({ ur 阅读全文
posted @ 2020-08-03 11:14 WinChance 阅读(4685) 评论(0) 推荐(0)
|
|
|
|
摘要:
直接上代码: // async版get请求 async function getAsync(url, data) { uni.showLoading({ title: '数据加载中...', mask: true }); let [err, res] = await uni.request({ ur 阅读全文
posted @ 2020-08-03 11:14 WinChance 阅读(4685) 评论(0) 推荐(0) |
|