diff --git a/src/views/Statistics/index.vue b/src/views/Statistics/index.vue index c5a75be..a284f7c 100644 --- a/src/views/Statistics/index.vue +++ b/src/views/Statistics/index.vue @@ -148,6 +148,10 @@ + +
+ +
@@ -173,10 +177,26 @@ export default { }; }, mounted() { - // this.myChartinit(); this.zkhousePage(); }, methods: { + + backTop(){ + document.documentElement.offsetHeight=0 + console.log('111111111111111',document.documentElement.offsetHeight) + }, + movePlace(index){ + if(index==0){ + return + }else { + var as55=this.objlist[index-1].id; + var shu='#'+as55; + console.log(shu); + // $('body,html').animate({scrollTop: $(shu).offset().top-80}, 500); + } + }, + + houseChange() { this.getorgCode(); }, @@ -345,6 +365,25 @@ export default {