微信小程序如何调取键盘
let timer = setinterval(() => {
wx.createselectorquery().select('#comment-section').boundingclientrect(rect => {
if (rect !== null && timer !== null) {
clearinterval(timer)
timer = null
this.setdata({ focus: true })
}
}).exec()
}, 50)
if (rect.height < 500) this.setdata({ push: false })
else this.setdata({ push: true })
请后发表内容
1个评论