|
@@ -37,7 +37,7 @@ var vNode = {
|
|
mounted: function () {
|
|
mounted: function () {
|
|
$(this.$refs.jList).scrollTop(this.listInfo.scrollTop)
|
|
$(this.$refs.jList).scrollTop(this.listInfo.scrollTop)
|
|
this.adjustAddButtonPadding()
|
|
this.adjustAddButtonPadding()
|
|
- // this.groupOffsetTop = $('.j-header').outerHeight(true)
|
|
|
|
|
|
+ this.groupOffsetTop = $('.j-header').outerHeight(true)
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
recover: function () {
|
|
recover: function () {
|
|
@@ -221,12 +221,13 @@ var vNode = {
|
|
})
|
|
})
|
|
}
|
|
}
|
|
this.listInfo.pageNum = 0
|
|
this.listInfo.pageNum = 0
|
|
- $('.j-main').scrollTop(0)
|
|
|
|
- this.groupOffsetTop = 0
|
|
|
|
this.getEntFollowList({
|
|
this.getEntFollowList({
|
|
pageNum: this.listInfo.pageNum,
|
|
pageNum: this.listInfo.pageNum,
|
|
group: lengthBool ? this.selectGroupList.map(s => s.id).join(',') : ''
|
|
group: lengthBool ? this.selectGroupList.map(s => s.id).join(',') : ''
|
|
})
|
|
})
|
|
|
|
+ $('.j-main').scrollTop(0)
|
|
|
|
+ alert(this.groupOffsetTop)
|
|
|
|
+ this.groupOffsetTop = 0
|
|
},
|
|
},
|
|
groupManage: function () {
|
|
groupManage: function () {
|
|
location.href = '/jy_mobile/entgroup/index'
|
|
location.href = '/jy_mobile/entgroup/index'
|