|
@@ -133,8 +133,10 @@
|
|
|
},
|
|
|
mounted() {
|
|
|
setTimeout(function () {
|
|
|
- //document.body.scrollTop = document.body.scrollHeight;
|
|
|
- window.scroll(0, document.body.scrollHeight)
|
|
|
+ if(document.location.search.indexOf('down=1')){
|
|
|
+ //document.body.scrollTop = document.body.scrollHeight;
|
|
|
+ window.scroll(0, document.body.scrollHeight)
|
|
|
+ }
|
|
|
},250)
|
|
|
|
|
|
},
|