KuangPengfei(求职中)

Results 38 comments of KuangPengfei(求职中)

主要是利用 `mpvue` 重写 [weui-wxss](https://github.com/Tencent/weui-wxss),暂没考虑表单验证。

编写样式没有要求,能否提供下具体的差异,例如截图之类的

* 重写[WeUI](https://github.com/KuangPF/wxapp-vue) * [mpvue-picker](https://github.com/KuangPF/mpvue-picker) 小程序选择组件

能否提供一个代码片段

参考下 [demo](https://github.com/MPComponent/mpvue-weui/blob/dev/example/pages/date-picker/index.vue) 呢

更新下 `mpvue-weui` 的依赖,将 `mpvue-picker` 的版本升级到 [2.1.6](https://github.com/MPComponent/mpvue-picker/releases/tag/v2.1.6) 可以修复这个问题

能否提供下 `mpvue-weui` 版本号,以及复现问题的代码

我这边复现了下,在开发者工具上 `input` 的 `value` 会与 `placeholder` 重合,真机上目前还没出现类似问题,不知道你说的是这个问题不。 [input的placeholder输入内容时不消失,直接跟value值重叠在一起](https://developers.weixin.qq.com/community/develop/doc/000a229b8c89f06f6e27a3af456800)

`pickerValueDefault` 是初始化组件的时候才会生效,如果组件注册后再调用是不会生效的。

每个使用的地方都单独使用一个 `picker` 试下呢,这样每个 pciekr 都是独立的,不会互相影响。