微信小程序 收起键盘 wx.hideKeyboard()

需求:

当输入的手机号等于11位的时候,就收起键盘

if (phone.length == 11){
    wx.hideKeyboard()
}
发布了270 篇原创文章 · 获赞 50 · 访问量 11万+

猜你喜欢

转载自blog.csdn.net/Miss_liangrm/article/details/103375108
今日推荐