微信小程序-坑1-await-async

Posted 记录-分享

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了微信小程序-坑1-await-async相关的知识,希望对你有一定的参考价值。

VM45:1 thirdScriptError
sdk uncaught third Error
regeneratorRuntime is not defined
ReferenceError: regeneratorRuntime is not defined

导入runtime 链接https://github.com/xubaifuCode/regeneratorRuntime/tree/master

hostGoodsList is not defined
ReferenceError: hostGoodsList is not defined

//原来这错误是在封装api时没有暴露模块hostGoodsList

以上是关于微信小程序-坑1-await-async的主要内容,如果未能解决你的问题,请参考以下文章

微信小程序的那些坑

微信小程序 坑

微信小程序到处都是坑怎么办?

微信小程序坑==》ios时间转换问题

微信小程序之蓝牙 BLE 踩坑记录

微信小程序 网络请求之re.request 和那些坑