...
|
...
|
@@ -52,8 +52,6 @@ export default { |
|
|
} else {
|
|
|
this.windowHeight = window.innerHeight + 'px';
|
|
|
}
|
|
|
alert('innerHeight=' + window.innerHeight + 'screenHeight=' + window.screen.availHeight + ',' + window.screen.height);
|
|
|
|
|
|
} else {
|
|
|
this.windowHeight = '100%';
|
|
|
}
|
...
|
...
|
@@ -63,9 +61,6 @@ export default { |
|
|
if (newVal) {
|
|
|
this.$yoho.auth({ needLogin: newVal });
|
|
|
}
|
|
|
},
|
|
|
'yoho.window.clientHeight': function(newVal) {
|
|
|
alert(newVal);
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
...
|
...
|
|