收藏
回答

真机调试时bindinput无法触发

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug input 微信安卓客户端 8.0.37 2.32.2

 <input type="textclass="searchplaceholder="searchconfirm-type="searchvalue="{{searchValue}}" model:value="{{searchValue}}" bindinput="onSearchbindconfirm="onSearchConfirm" />

onSearch(event) {

    console.log(event.detail.value);

    this.setData({searchValue: event.detail.value})

  },

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

2 个回答

  • 社区技术运营专员-Jahozheng
    社区技术运营专员-Jahozheng
    2023-06-19

    调试看看有报错么




    在正式版打开调试先在开发版或体验版打开调试,再切到正式版就能看到vConsole


    2023-06-19
    有用
    回复
  • 大熊
    大熊
    2023-06-19

    这个是啥

    2023-06-19
    有用
    回复
登录 后发表内容