Commit 045b1bc4 by 展昭

dom2

parent d8f458f3
...@@ -9,7 +9,7 @@ const setBarHeight = { ...@@ -9,7 +9,7 @@ const setBarHeight = {
// } // }
// const dom2 = document.getElementsByClassName("container")[0]; // const dom2 = document.getElementsByClassName("container")[0];
// if (dom) { // if (dom2) {
// dom2.setAttribute("style", "padding-top:" + conHeight + "px !important"); // dom2.setAttribute("style", "padding-top:" + conHeight + "px !important");
// } // }
} }
......
...@@ -123,12 +123,13 @@ export default { ...@@ -123,12 +123,13 @@ export default {
} }
const dom2 = document.getElementsByClassName("container")[0]; const dom2 = document.getElementsByClassName("container")[0];
// if (dom) { console.log("dom2=", dom2);
// dom2.setAttribute( if (dom2) {
// "style", dom2.setAttribute(
// "padding-top:" + conHeight + "px !important" "style",
// ); "padding-top:" + conHeight + "px !important"
// } );
}
}, },
navLeftArrowClick() { navLeftArrowClick() {
this.$router.go(-1); this.$router.go(-1);
...@@ -139,7 +140,7 @@ export default { ...@@ -139,7 +140,7 @@ export default {
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