小程序支持原生async方法
Posted treectj
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了小程序支持原生async方法相关的知识,希望对你有一定的参考价值。
下载最新版本的微信开发工具,社区链接https://developers.weixin.qq.com/community/develop/doc/00066877c54eb0ff5488b54885b801
onLoad:async () console.log(‘submit page onLoad‘) await this.getLove() ,
getLove()
console.log(‘hello‘)
附上大佬链接https://www.jianshu.com/p/28eaaab32e66
以上是关于小程序支持原生async方法的主要内容,如果未能解决你的问题,请参考以下文章
小程序 - 使用async出现regeneratorRuntime is not defined错误