隐藏软键盘
N/A
this.$bridge .hideKeyboard() .then((res) => { this.$toast(res); }) .catch((err) => { this.$toast(err); });
{ code: 0, msg: 'success' }
← showModal 显示对话框 hideLoading 关闭原生loading →