FirstUI-weixin icon indicating copy to clipboard operation
FirstUI-weixin copied to clipboard

FirstUI-weixin 是一套基于微信小程序开发的组件化、可复用、易扩展、低耦合的原生微信小程序UI组件库。文档地址:https://wxdoc.firstui.cn

Results 5 FirstUI-weixin issues
Sort by recently updated
recently updated
newest added

dropdown-menu源码中写的是只有options数组不为空才更新视图,这是不应该的,这会导致某些情况下进行某些切换时,出现索引已经切换过来了,但是仍然保留着旧数据。即使数组为空,也应该赋予一个空数组用于更新视图

希望大家们能够贡献优秀的项目案例,采纳后将用于 文档介绍 中展示及推荐,当然需要大家提供案例二维码、案例名称,感谢支持。

如图,我这里把 options 赋值 ![Image](https://github.com/user-attachments/assets/0481f787-6b41-485d-9089-dec9226675b7) 之后在前端中使用 ![Image](https://github.com/user-attachments/assets/096f26b4-6972-47f9-a13c-3b3676c19338) 一开始我以为是之前的 view 覆盖了样式,后来我单独使用时仍然显示不全 比如这个样子: ![Image](https://github.com/user-attachments/assets/2f27a945-99f7-4dd6-b0a6-25295bae0a7f) 但是选中之后组件还会正常更新并更新显示值。只是这个显示样式有些问题

![Image](https://github.com/user-attachments/assets/5416b84a-53f1-40c9-b25f-1da9d662d2d4)