摘要: /** * 将回调地狱转换为 Promise 形式 * https://blog.csdn.net/SEAYEHIN/article/details/88663740 * raw: wx.downloadFile({ url: this.data.curImg, success: res => { console.log(20191121213856, res) } }) now: async g 阅读全文
posted @ 2019-11-21 23:04 贝尔塔猫 阅读(1207) 评论(0) 推荐(0)