Commit 4b24982b by 展昭

update

parent 3f4f9c36
Showing with 3 additions and 1 deletions
...@@ -422,7 +422,8 @@ export default { ...@@ -422,7 +422,8 @@ export default {
"getBarHeight", "getBarHeight",
null, null,
function(response) { function(response) {
console.log("来自 ios/android的回传数据: ", response); console.log("getBarHeight来自 ios/android的回传数据: ", response);
if (response) {
const barHeight = response; const barHeight = response;
const conHeight = 46 + response; const conHeight = 46 + response;
document document
...@@ -439,6 +440,7 @@ export default { ...@@ -439,6 +440,7 @@ export default {
"padding-top:" + conHeight + "px !important" "padding-top:" + conHeight + "px !important"
); );
} }
}
); );
} catch (err) { } catch (err) {
console.log("getBarHeight is error"); console.log("getBarHeight is error");
......
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