Browse Source

微信跳转顶部修改

liuzhen 5 years ago
parent
commit
95b3448cf7
2 changed files with 5 additions and 1 deletions
  1. 4 0
      WebChat/html/personalInfo.html
  2. 1 1
      WebChat/js/mui.min.js

+ 4 - 0
WebChat/html/personalInfo.html

@@ -312,6 +312,10 @@
312 312
 							}
313 313
 						}
314 314
 					});
315
+					//input点击跳转
316
+					$("input").on("blur", function () {
317
+						$("body").removeClass("mui-focusin")
318
+					})
315 319
 				}
316 320
 			</script>
317 321
 	</body>

File diff suppressed because it is too large
+ 1 - 1
WebChat/js/mui.min.js