window.onload = function(){
$("input").on("blur", function () {
window.scroll(0, 0); //让页面归位
});
//vm.showConverEnd();
}

相关文章: