uniapp中执行完一个方法在执行另一个
摘要:
function request(url, data = {}, method = "GET") { return new Promise(function(resolve, reject) { uni.request({ url: url, data: data, method: method, 阅读全文
posted @ 2023-05-30 10:59 Just丶随心 阅读(1255) 评论(0) 推荐(0) 编辑