Page({ data: { }, onLoad() {}, bindKeyInput(e) { this.setData({ inputValue: e.detail.value, }); console.log(e.detail.value); }, });