Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
hrs_app_h5
/
bill
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
045b1bc4
authored
May 09, 2020
by
展昭
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
dom2
parent
d8f458f3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
src/assets/js/setBarHeight.js
src/views/More/index.vue
src/assets/js/setBarHeight.js
View file @
045b1bc4
...
@@ -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 (dom
2
) {
// dom2.setAttribute("style", "padding-top:" + conHeight + "px !important");
// dom2.setAttribute("style", "padding-top:" + conHeight + "px !important");
// }
// }
}
}
...
...
src/views/More/index.vue
View file @
045b1bc4
...
@@ -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();
}
}
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment