微信小程序 默认不支持ES7 需要通过添加插件引入 下载facebook的regenerator库在小程序目录新建文件并复制过来 使用的时候引入文件便可,切记不可以全局引入 import regeneratorRuntime from "../../lib/runtime/runtime.js";