# hideKeyboard ^6.8

隐藏软键盘

# 请求参数

N/A

# 接口调用示例

this.$bridge
  .hideKeyboard()
  .then((res) => {
    this.$toast(res);
  })
  .catch((err) => {
    this.$toast(err);
  });
1
2
3
4
5
6
7
8

# 返回参数

  • 返回 N/A

# 返回示例

{
  code: 0,
  msg: 'success'
}
1
2
3
4
更新时间: 8/5/2022, 5:24:56 PM