@@ -4,7 +4,7 @@
"path": "pages/homePage/homePage",
"style": {
"navigationBarTitleText": "业主工会",
- "enablePullDownRefresh": true,
+ "enablePullDownRefresh": false,
"onReachBottomDistance": 50,
"scrollIndicator": "none",
"app-plus": {
@@ -1,5 +1,5 @@
<template>
- <view class="content">
+ <view class="content" >
<view class="topSection">
<image class="bg_top" src="https://dm.static.elab-plus.com/yezhu/h5/backgroundImg.png" mode=""></image>
<view class="liveContent">
@@ -217,6 +217,7 @@
this.getData();
})
},
+
methods: {
getData(){
this.getUserInfo();
@@ -318,11 +319,7 @@
</script>
<style lang="scss" scoped>
- page {
- width: 100vw;
- height: 100vh;
- }
-
.content {
width: 100%;
height: 100%;