摘要: getData1() { return new Promise((resolve, reject) => { request1(requestParams).then((res) => {//接口1 xxx resolve(res); }).catch(e =>{ reject(e) }) }); 阅读全文
posted @ 2022-01-18 11:17 小蓉儿 阅读(1935) 评论(0) 推荐(0) 编辑