Commit 0c51ea39 by 展昭

tj

parent a67ec7c2
Showing with 3 additions and 3 deletions
......@@ -116,13 +116,13 @@ export default {
setBarHeight() {
const barHeight = localStorage.getItem("barHeight");
const conHeight = 46 + barHeight;
// console.log("setBarHeight barHeight=", barHeight);
// const dom = document.getElementsByClassName("iosStyle")[0];
console.log("setBarHeight barHeight=", barHeight);
const dom = document.getElementsByClassName("iosStyle")[0];
// if (dom) {
// dom.setAttribute("style", "padding-top:" + barHeight + "px !important");
// }
// const dom2 = document.getElementsByClassName("container")[0];
const dom2 = document.getElementsByClassName("container")[0];
// if (dom) {
// dom2.setAttribute(
// "style",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment