收藏
回答

picker选择框不能选择?

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

      })

    },

回答关注问题邀请回答
收藏

2 个回答

  • 社区技术运营专员-Jahozheng
    社区技术运营专员-Jahozheng
    2022-01-19

    测试示例代码未复现,请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2022-01-19
    有用
    回复
  • 李恒恒(Bruce)
    李恒恒(Bruce)
    2022-01-19

    https://developers.weixin.qq.com/s/EJAuEqmV7tw7

    已反馈,手机版无法选择

    2022-01-19
    有用 1
    回复 1
    • c
      c
      2022-01-19
      你这设计的有问题,点击input  软键盘和picker冲突了
      2022-01-19
      回复
登录 后发表内容