Slider组件的一个BUG
[视频] https://developers.weixin.qq.com/miniprogram/dev/component/slider.html slider的属性如下,展示的数据时,step设置为0.1后,当value为整数时显示错误,输出的内容为错误值,如value=9时,显示值为9.1 <slider slot="footer" block-size="18" activeColor="#cddd1d" data-index="{{index}}" class="slider-width" value="{{item.discount}}" bindchange="discoutItemChange" max="9.9" min="0.1" step="0.1" show-value/> 显示效果,另外无法手动拖到整数的位置 [图片] 另外再提个建议,能不能吧picker的控件做的好用一下,增加个datetime的mode,date和time分开的设计就很难受