TCYong
TCYong
```js const arrayInstrumentations: Record = {} ;['includes', 'indexOf', 'lastIndexOf'].forEach(key => { arrayInstrumentations[key] = function(...args: any[]): any { const arr = toRaw(this) as any for (let i = 0, l =...
组件: [Omi-swiper](https://github.com/loo41/Omi-Swiper)
I don't think it's feasible because it's hard to produce such an excellent community within a certain period of time
你直接下载引入文件就🆗
我没有提交 pr的,
我看了一下,感觉大概的情况是调用 remove 之后 onVauleChange 方法调用之前没有执行 unRegisterField,导致 this.fieldEntities 还是未移出前的数据,只有当 componentWillUnmount 声明周期起作用的时候 this.fieldEntities 才是最新的数据,所以 onVauleChange 和直接调用 getFieldsValue 拿到的结果不一致
兄弟,内部用的原生 picker-view 组件,不是我能解决的问题 [看官方解答](https://developers.weixin.qq.com/community/develop/doc/0002c6f63c86b8cccd17af72c56c00?_at=1560044680533)