Commit 7965e52d by 展昭

tj

parent c9834752
Showing with 1 additions and 0 deletions
...@@ -57,6 +57,7 @@ Vue.prototype.setPageNavState = function () { ...@@ -57,6 +57,7 @@ Vue.prototype.setPageNavState = function () {
if (response) { if (response) {
response = JSON.parse(response); response = JSON.parse(response);
const barHeight = response.statusBarHeight; const barHeight = response.statusBarHeight;
console.log('barHeight=', barHeight);
localStorage.setItem('barHeight', barHeight); localStorage.setItem('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