input

发布于 6 年前作者 oluo2002 次浏览最后编辑 6 年前来自 issues

data: {

    inputValue:‘’

},

bindKeyInput: function (e) {

    this.setData({

        inputValue: e.detail.value

    })

},

<input class=“weui-input”  maxlength=“10” bindinput=“bindKeyInput” placeholder=“请输入”/>

无法更改inputValue的值,并且打印不出inputValuet的值

1 回复
xiuyingfeng
xiuyingfeng1 楼5 年前

开发工具2.9.3的已知问题,可降低基础库进行开发调试