picker组件不能选择,版本 2.21.3,代码如下
wxml:
<picker mode="selector" bindchange="bindPickerChange" value="{{healthy_index}}" range="{{healthy_array}}">
<input class="weui-input" placeholder="请选择电脑故障" placeholder-class="weui-input__placeholder"
bindinput="gethealthyInput" value="{{healthy}}" />
</picker>
js:
bindDateChange: function(e) {
console.log('picker发送选择改变,携带值为', e.detail.value)
this.setData({
date: e.detail.value
})
},
测试示例代码未复现,请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
https://developers.weixin.qq.com/s/EJAuEqmV7tw7
已反馈,手机版无法选择