Commit 9c540ed3 by 展昭

update

parent 3b20354a
Showing with 2 additions and 1 deletions
...@@ -55,9 +55,10 @@ Vue.prototype.setPageNavState = function () { ...@@ -55,9 +55,10 @@ Vue.prototype.setPageNavState = function () {
response response
); );
if (response) { if (response) {
console.log('response=',response);
const barHeight = response.statusBarHeight; const barHeight = response.statusBarHeight;
const conHeight = 46 + barHeight; const conHeight = 46 + barHeight;
console.log('conHeight=',conHeight); console.log('barHeight=',barHeight);
} }
} }
); );
......
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