张文飞 3 lat temu
rodzic
commit
8572794e47
2 zmienionych plików z 4 dodań i 7 usunięć
  1. 1 1
      pages.json
  2. 3 6
      pages/homePage/homePage.vue

+ 1 - 1
pages.json

@@ -4,7 +4,7 @@
 			"path": "pages/homePage/homePage",
 			"style": {
 				"navigationBarTitleText": "业主工会",
-				"enablePullDownRefresh": true,
+				"enablePullDownRefresh": false,
 				"onReachBottomDistance": 50,
 				"scrollIndicator": "none",
 				"app-plus": {

+ 3 - 6
pages/homePage/homePage.vue

@@ -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%;