uView icon indicating copy to clipboard operation
uView copied to clipboard

uView UI,是uni-app生态最优秀的UI框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水

Results 158 uView issues
Sort by recently updated
recently updated
newest added

当对象包含null属性时,就有bug ``` deepMerge.js:16 Uncaught (in promise) TypeError: Cannot read property 'concat' of null at Object.deepMerge (deepMerge.js:16) at eval (goods.vue:163) at Array.forEach () at eval (goods.vue:158) ``` `deepMerge.js` ``` import deepClone...

question

u-line-2为例,第二行出现了...,结果第三行文字又出现了 ``` {{item.name}} ``` ![image](https://user-images.githubusercontent.com/14859466/119487516-1298b180-bd8c-11eb-9f3e-4b35f8b6acd9.png)

question

这个bug去年就存在,至今 如下两图,弹窗出现时,上下滑动弹窗或阴影,底部的会跟着一起滑动 期望:底部不滑动 测试地址:https://h5.uviewui.com/#/pages/componentsC/popup/index 参考方案:https://juejin.cn/post/6905643392324239367 ![image](https://user-images.githubusercontent.com/14859466/119760552-cad56f80-bedc-11eb-922e-62c0e90b5bc2.png) ![image](https://user-images.githubusercontent.com/14859466/119760567-d32daa80-bedc-11eb-9f84-bbd86e62adaa.png)

bug

优化一: 很多场景下需要,比如用户输入的数值不合法,或者值改变前需要一些警告或提示 比如购物车中某个商品的数量为1,按一下减号,就变为0了,可以询问用户是否删除,如果用户不删除,就不继续改变值 beforeChange事件 优化二: 像element那种变换后change返回旧值和新值。用来做增加还是减少操作

help wanted

![image](https://user-images.githubusercontent.com/12884239/120953355-5e315f00-c77f-11eb-84db-d088a9e1d006.png) ![image](https://user-images.githubusercontent.com/12884239/120953379-6b4e4e00-c77f-11eb-8399-1d1497b41b07.png)

bug

1.8.3的版本代码中: ![image](https://user-images.githubusercontent.com/24606436/130322135-d4bff596-1153-4e2b-9c29-4c8d9cf8874f.png)

图片模式失效 ![image](https://user-images.githubusercontent.com/59568414/123768011-87668a80-d8fa-11eb-98fd-21738bb3485c.png) 正常显示应该是 ![image](https://user-images.githubusercontent.com/59568414/123768174-ad8c2a80-d8fa-11eb-9da4-ea0ae9660c77.png)

`function idCard(value) { return /^[1-9]\d{5}[1-9]\d{3}((0\d)|(1[0-2]))(([0|1|2]\d)|3[0-1])\d{3}([0-9]|X)$/.test( value) }` (0\d)应该为(0[1-9])

question