From 102e0eb7a079d89da57820edb072434e968eb388 Mon Sep 17 00:00:00 2001 From: wangxiaohua <1214073490@qq.com> Date: Mon, 22 Nov 2021 13:41:12 +0800 Subject: [PATCH] init --- src/views/Statistics/index.vue | 41 +++++++++++++++++++++++++++++++++- vue.config.js | 4 ++-- 2 files changed, 42 insertions(+), 3 deletions(-) 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 {