会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
风一样的猿
博客园
首页
新随笔
联系
订阅
管理
2020年8月26日
微信小程序promise解决onload异步
摘要: 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)
公告