소스 검색

样式修改

zhanghui 2 년 전
부모
커밋
1236947063
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      storePages/rights/index.vue

+ 1 - 1
storePages/rights/index.vue

@@ -119,7 +119,7 @@
 		},
 		onLoad(option) {
 			let sysInfo = uni.getSystemInfoSync()
-			this.windowHeight =sysInfo.windowHeight - 44 +'px'//除标题栏栏外的屏幕可用高度
+			this.windowHeight =sysInfo.windowHeight  +'px'//除标题栏栏外的屏幕可用高度
 			this.userInfo = uni.getStorageSync('userInfo')
 			this.listServiceObject()
 			this.equityCardList()