odooqs

Results 5 issues of odooqs

## What is the current behavior? 发生了什么? 按照demo, effects 调用reducers 中的方法时, 会提示“实参数量无效,应为 2 个", 同时也无法对方法中的参数进行类型检查。 https://github.com/alibaba/ice/blob/a27620d3d47a97b8d31f3a9ec493b84777544063/examples/basic-store/src/models/user.ts#L9-L26 ## What is the expected behavior? 期望的结果是什么? 希望能完整支持 typescript ## Any additional comments? 相关环境信息?...

urgent

### 🐛 bug 描述 `Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix,...

我按照week ui 的配置方式总是不成功。 是否有教程。谢谢

web draw can't use in touch.

## 问题描述 通过vuex 异步获取数据后,不能立即显示图片,需要手工点击一下才可以。 taro 原生的没有问题。 ## 最小可复现仓库 > 请创建最小可复现代码,并上传到你的 GitHub 仓库 ## 预期的行为和实际行为 ## 复现步骤,具体代码 检查代码之后,发现在子元素数量更新后,重新渲染时,moving =true , 导致 style 没有更新。应该在更新后, moving=False https://github.com/jdf2e/nutui/blob/66c88b0f5f49ca0702d252f028f0adbb1b669ef4/src/packages/__VUE/swiper/index.taro.vue#L432-L439 https://github.com/jdf2e/nutui/blob/66c88b0f5f49ca0702d252f028f0adbb1b669ef4/src/packages/__VUE/swiper/index.taro.vue#L319-L331 https://github.com/jdf2e/nutui/blob/66c88b0f5f49ca0702d252f028f0adbb1b669ef4/src/packages/__VUE/swiper/index.taro.vue#L165-L172 当我点击swiper后,moving =False, 所以图片就显示了。 https://github.com/jdf2e/nutui/blob/66c88b0f5f49ca0702d252f028f0adbb1b669ef4/src/packages/__VUE/swiper/index.taro.vue#L354-L377...