weui-miniprogram icon indicating copy to clipboard operation
weui-miniprogram copied to clipboard

小程序WeUI组件库

Results 75 weui-miniprogram issues
Sort by recently updated
recently updated
newest added

表单中先用的uploader 下面是cell里面的textarea 真机调试(iphone11)预览图片无法挡住textarea 在电脑上预览没有这个问题 ` `

bug

点击按钮slideview 组件时出现以下异常信息 Component "components/slideview/slideview" does not have a method "function (nv_event,nv_ownerInstance){var nv_ins = nv_event.nv_instance;var nv_st = nv_ins.nv_getState();if (!nv_st.nv_size || !nv_st.nv_isMoving)return;;nv_st.nv_isMoving = false;var nv_btns = nv_ownerInstance.nv_selectAllComponents('.btn');var nv_len = nv_btns.nv_length;var nv_i =...

wait for response

## 遇到的问题 描述你想要达到的效果,以及你的使用场景 ## 特性方案 描述你希望的实现方案

https://github.com/wechat-miniprogram/weui-miniprogram/blob/5ba58d428d2b68c109420b5f1edb9d87d603ed52/src/components/slideview/slideview.wxs#L210 上面应该是 `showButtons(ins, ownerInstance, st.duration)`,应该是`showButtons(ins, ownerInstance, st.duration / 1000)` showButtons中使用的参数 withDuration 的单位是 s,st.duration 的单位是 ms。 下面是正确传参的地方,这里的duration是st.duration/1000计算所得,所以调用正确。 https://github.com/wechat-miniprogram/weui-miniprogram/blob/5ba58d428d2b68c109420b5f1edb9d87d603ed52/src/components/slideview/slideview.wxs#L104

多好的一个组件,还是微信内置 但文档有跟没有也没差别 issues也没人维护 看weui其它仓库,情况稍好,又不像完全放弃的样子 so 这项目还维护吗?

## Bug描述 描述你遇到的Bug,所产生的非预期行为 无 ## 复现方式 复现该Bug的方式,建议直接提供 [代码片段](https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html) wu ## 版本信息 - weui 版本 [useExtendedLib 引入则直接填写 useExtendedLib] : 无

## Bug描述 RT ## 复现方式 https://wechat-miniprogram.github.io/weui/docs/form-page.html#%E4%BB%A3%E7%A0%81%E5%BC%95%E5%85%A5

## Bug描述 `mp-dialog` 组件直接添加 `data-weui-theme` 属性无效,必须在外套的一层(比如 `view` )中添加 `data-weui-theme` 才有效。 ## 版本信息 useExtendedLib [virtualHost](https://developers.weixin.qq.com/miniprogram/dev/framework/custom-component/wxml-wxss.html#%E8%99%9A%E6%8B%9F%E5%8C%96%E7%BB%84%E4%BB%B6%E8%8A%82%E7%82%B9)?