Browse Source

init

newStyle
wangxiaohua 2 years ago
parent
commit
f2aad2d248
1 changed files with 1 additions and 7 deletions
  1. +1
    -7
      src/views/Statistics/index.vue

+ 1
- 7
src/views/Statistics/index.vue View File

@@ -189,8 +189,6 @@ export default {
methods: {

backTop(){
// console.log(this.$refs.boxcenter.offsetHeight)
// console.log($('#avue-view').scrollTop())
$('#avue-view').scrollTop(0)
},
movePlace(index){
@@ -199,11 +197,7 @@ export default {
}else {
var as55=this.objlist[index-1].id;
var shu='#ids'+as55;
// console.log(shu);
// // $('body,html').animate({scrollTop: $(shu).offset().top-80}, 500);
// console.log($(shu).offset().top);
// console.log($(shu));
$('#avue-view').scrollTop(($(shu).offset().top)-80)
$('#avue-view').scrollTop(($(shu).offset().top)-200)
}
},



Loading…
Cancel
Save