qiu8310 / minapp

重新定义微信小程序的开发
https://qiu8310.github.io/minapp/
927 stars 68 forks source link

Promise<any>不存在finally属性 #105

Closed duyanren closed 5 years ago

duyanren commented 5 years ago

image

qiu8310 commented 5 years ago

你应该是参照这个项目 https://github.com/wx-minapp/minapp-example-custom-wx 把 wx 的定义都放本地了吧,那个项目里是没定义的。

你可以自行 import 下这个文件 https://github.com/wx-minapp/minapp-wx/blob/master/src/polyfill.ts

duyanren commented 5 years ago

我没有设置自定义类型示例,直接引入的是import { wxp } from '@minapp/core'

qiu8310 commented 5 years ago

不好意思最近太忙了,没有注意到你的问题!

wxp 和 wx 的定义现在单独放到 @minapp/wx 中了, core 中找不到