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

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

  

原文地址:https://www.cnblogs.com/tongbiao/p/11276829.html