@@ -312,6 +312,10 @@
}
});
+ //input点击跳转
+ $("input").on("blur", function () {
+ $("body").removeClass("mui-focusin")
+ })
</script>
</body>