|
@@ -132,8 +132,11 @@
|
|
|
search: '',
|
|
|
},
|
|
|
mounted() {
|
|
|
- //document.body.scrollTop = document.body.scrollHeight;
|
|
|
- window.scroll(0, document.body.scrollHeight)
|
|
|
+ setTimeout(function () {
|
|
|
+ //document.body.scrollTop = document.body.scrollHeight;
|
|
|
+ window.scroll(0, document.body.scrollHeight)
|
|
|
+ },250)
|
|
|
+
|
|
|
},
|
|
|
methods: {
|
|
|
input:function(e) {
|