Commit 0bdd26f3 by 展昭

tj

parent 0c51ea39
Showing with 3 additions and 3 deletions
...@@ -117,12 +117,12 @@ export default { ...@@ -117,12 +117,12 @@ export default {
const barHeight = localStorage.getItem("barHeight"); const barHeight = localStorage.getItem("barHeight");
const conHeight = 46 + barHeight; const conHeight = 46 + barHeight;
console.log("setBarHeight barHeight=", barHeight); console.log("setBarHeight barHeight=", barHeight);
const dom = document.getElementsByClassName("iosStyle")[0]; //const dom = document.getElementsByClassName("iosStyle")[0];
// if (dom) { // if (dom) {
// dom.setAttribute("style", "padding-top:" + barHeight + "px !important"); // dom.setAttribute("style", "padding-top:" + barHeight + "px !important");
// } // }
const dom2 = document.getElementsByClassName("container")[0]; //const dom2 = document.getElementsByClassName("container")[0];
// if (dom) { // if (dom) {
// dom2.setAttribute( // dom2.setAttribute(
// "style", // "style",
...@@ -138,7 +138,7 @@ export default { ...@@ -138,7 +138,7 @@ export default {
this.setPageNavState(); this.setPageNavState();
this.globalNavLeftArrowClick(this.navLeftArrowClick); this.globalNavLeftArrowClick(this.navLeftArrowClick);
await this.getData(); await this.getData();
//this.setBarHeight(); this.setBarHeight();
//this.payUrl = await this.loadPayUrl(); //this.payUrl = await this.loadPayUrl();
} }
......
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