收藏
回答

红米note 4X input value赋值不显示

框架类型 问题类型 终端类型 微信版本 基础库版本
小程序 Bug 微信安卓客户端 7.0.7 2.9

红米note 4X ,安卓7.0, MIUI10.3稳定版

给input标签的value赋值,不展示.结果打开调试模式就显示了,关了就又不显示了。。。


<view class="hos_list" bindtap="search1" data-key="{{item.key_words}}">

<input placeholder="输入名称" placeholder-class="placeholder" bindfocus='showHistory' bindblur='onShowHistory' bindinput="inputKey" value="{{key}}" confirm-type='search' bindconfirm='search'></input>


j s:

search1: function (e) {

this.setData({

key: e.currentTarget.dataset.key

})

this.search()

},


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

1 个回答

登录 后发表内容
问题标签