Browse Source

[优化] 粉丝列表页面获取手机屏幕可用高度问题

twodate
邓平艺 4 years ago
parent
commit
727b095ed0
  1. 2
      pages/center/fans.vue

2
pages/center/fans.vue

@ -59,7 +59,7 @@
}
},
onLoad(){
this.windowHeight = getApp().globalData.windowHeight;
this.windowHeight = uni.getSystemInfoSync().windowHeight;
},
methods: {
//

Loading…
Cancel
Save