H5页面在微信浏览器打开 ios 键盘收起后弹出层焦点错位

<input type="text" v-model="imgcode" @blur.prevent="changeCount()">
changeCount(){
      window.scrollTo(0, 0);
}