nutui-bingo icon indicating copy to clipboard operation
nutui-bingo copied to clipboard

Bingo - 基于 NutUI 的抽奖组件

Results 12 nutui-bingo issues
Sort by recently updated
recently updated
newest added

微信开发工具正常,但是真机不行,奖品显示层级不对,滚动之后抖动错乱 换了两个版本都一样(1.0.7-beta.1和1.0.7-beta.2) 如视频所示: https://user-images.githubusercontent.com/22288837/222670726-f3be8f69-81c0-4342-8fa8-d59f1fc8e0c5.mp4

src/packages/utils/create/component.ts:14:13 - error TS2352: Conversion of type '(_component: { ...; }) => (props: Record & {}) => any' to type '{ (setup: (props: Props, ctx: SetupContext) => RenderFunction | Promise,...

taro版本下打包编译后会出现未定义的refs,vue3.0 但是找遍了mode_modules源码没看到有用到refs的地方 ![image](https://github.com/jdf2e/nutui-bingo/assets/28480563/a32433cd-8068-49d9-8fe6-e15a4536978b)

npm install 报错code E401,是私有包需要登录权限账号吗

![微信截图_20230728170829](https://github.com/jdf2e/nutui-bingo/assets/140504388/30dfece0-01ed-4b76-ad77-bd5e271bfa9d) ![微信截图_20230728170857](https://github.com/jdf2e/nutui-bingo/assets/140504388/65406beb-3f98-4ca8-b4b4-f69ab9a45404) ![微信截图_20230728170908](https://github.com/jdf2e/nutui-bingo/assets/140504388/0c1757f5-e749-4009-812a-82be8c3534dc)

请问Marquee 跑马灯怎么更换点击抽奖后的itemStyle背景图和startStyle背景图?现在只能更换点击抽奖前的背景图。

抽奖一般都会设置一个条件才可以抽奖,但是目前只要点击了抽奖 不管有没有写逻辑都会转动抽奖。 为什么不把lock做成可配置的了?