hookehuyr

fix

...@@ -51,7 +51,6 @@ const openKeyboard = (e) => { ...@@ -51,7 +51,6 @@ const openKeyboard = (e) => {
51 50; 51 50;
52 document.body.style.paddingBottom = height + "px"; 52 document.body.style.paddingBottom = height + "px";
53 document.documentElement.scrollTop = height; 53 document.documentElement.scrollTop = height;
54 - console.warn(height);
55 }; 54 };
56 const blurKeyboard = () => { 55 const blurKeyboard = () => {
57 show.value = false; 56 show.value = false;
......