bug-解决微信页面input键盘不回弹问题

       pageReturn () {
            this.$refs.phoneValue.blur();
            this.$refs.verifyCode.blur();
            setTimeout(() => {
                window.scrollTo(0, 0);
            }, 100);
        },

  

posted on 2019-07-31 15:49  童彪  阅读(352)  评论(0编辑  收藏  举报

导航