Showing
1 changed file
with
0 additions
and
5 deletions
@@ -52,8 +52,6 @@ export default { | @@ -52,8 +52,6 @@ export default { | ||
52 | } else { | 52 | } else { |
53 | this.windowHeight = window.innerHeight + 'px'; | 53 | this.windowHeight = window.innerHeight + 'px'; |
54 | } | 54 | } |
55 | - alert('innerHeight=' + window.innerHeight + 'screenHeight=' + window.screen.availHeight + ',' + window.screen.height); | ||
56 | - | ||
57 | } else { | 55 | } else { |
58 | this.windowHeight = '100%'; | 56 | this.windowHeight = '100%'; |
59 | } | 57 | } |
@@ -63,9 +61,6 @@ export default { | @@ -63,9 +61,6 @@ export default { | ||
63 | if (newVal) { | 61 | if (newVal) { |
64 | this.$yoho.auth({ needLogin: newVal }); | 62 | this.$yoho.auth({ needLogin: newVal }); |
65 | } | 63 | } |
66 | - }, | ||
67 | - 'yoho.window.clientHeight': function(newVal) { | ||
68 | - alert(newVal); | ||
69 | } | 64 | } |
70 | }, | 65 | }, |
71 | methods: { | 66 | methods: { |
-
Please register or login to post a comment