修复吸顶异常
This commit is contained in:
		@@ -81,11 +81,10 @@ export default {
 | 
			
		||||
        }
 | 
			
		||||
      })
 | 
			
		||||
    },
 | 
			
		||||
    onPageScroll(params) {
 | 
			
		||||
      this.isFixed = params.scrollTop > 60;
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
  onPageScroll(params) {
 | 
			
		||||
    this.isFixed = params.scrollTop > 60;
 | 
			
		||||
  },
 | 
			
		||||
  onShareAppMessage() {
 | 
			
		||||
    return {
 | 
			
		||||
      title: '欢迎使用数字乡村治理服务一体化平台~',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user