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

主要按钮 小程序上 dataset 里面的 name 没有值?

vue cli 创建项目 + npm引入,已经完全按照文档步骤配置了,会出现 Undefined variable $u-xxx的情况

> 1. 在ios中new Date的数据 必须是 ‘2021/08/19’ 的格式,如果后台给的数据是'2021-08-19';用new Date()转换就会出现valid Date的问题; > 2. 代码地址:libs/function/timeFormat.js 31行// let date = new Date(dateTime); > 3. 版本:1.8.4 > 4. 解决思路 dateTime = dateTime.replace(/-/g, "/"); 将dateTime中的 -...

bug

当执行以下语句时 $u.timeFormat("2021-08-26 11:02:37", 'mm月dd日 hh时MM分') 安卓机型返回正常yu 苹果部分机型则会返回 'NaN月NaN日 NaN时NaN分' (目前已知的有XR机型会出现此情况) 问题原因: ![image](https://user-images.githubusercontent.com/42953393/131077422-cdee284d-297b-4083-be5e-f82ffb09aa2e.png) 目前解决方法 (仅供参考) ![image](https://user-images.githubusercontent.com/42953393/131077585-0361e6dd-286f-4b47-8959-3c746ec1522b.png)

bug

### 版本 1.8.5 ### 转载链接 [localhost](http://localhost:8080/h5/pages/index/cart/cart) ### 重现步骤 任意uni-swipe-action-item 组件内 使用 u-number-box 点击加减号 会造成 平移 ### 期望的结果是什么? u-number-box的组件交互 不影响 外层uni-swipe-action-item组件 ### 实际的结果是什么? 在android下 有影响 ios没有影响

u-image引入的图片会向下偏移几个像素

bug

https://github.com/umicro/uView/blob/a6ebb34acf34d0899c1febc610797a250f348d7d/uview-ui/components/u-line-progress/u-line-progress.vue?_pjax=%23js-repo-pjax-container%2C%20div%5Bitemtype%3D%22http%3A%2F%2Fschema.org%2FSoftwareSourceCode%22%5D%20main%2C%20%5Bdata-pjax-container%5D#L7-L11 ### 文档中的说明 > ![image](https://user-images.githubusercontent.com/7478932/141811050-a8281c94-8dc1-4705-9d46-7ef117188822.png) 实际使用中,需要将`activeColor`置为空值时`type`才会起效果

- Bug: 当u-dorpdown你组件吸顶时,移动端滑动会出现Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted错误, - 解决方案: 在u-dorpdown 中的open和close事件中重新计算 contentHeight 值,在关闭时,直接设置为0即可; - 修改后的代码:...

### 版本 1.8.5 ### 转载链接 [http://localhost:8080/#/](http://localhost:8080/#/) ### 重现步骤 1、在template添加组件: 2、在script增加: rolesList: [ { name: '我是学员' }, { name: '我是教员' } ], tabCurrent: 0 tabChange (index) { this.tabCurrent = index; }...