摘要: onLoad: function (options) { this.con(4).then(res=>{ console.log(res) }) }, con(id){ let thaT=this return new Promise((r,t)=>{ if(id==1){ r(2) }else{ 阅读全文
posted @ 2020-08-26 15:32 风一样的猿 阅读(1089) 评论(0) 推荐(0)