From 6aca327d3466d61fc7a2b5a8c5d617055dd319b0 Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期一, 28 八月 2023 11:57:23 +0800
Subject: [PATCH] 溢出 vant

---
 minipro_standard/pages/index/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/minipro_standard/pages/index/index.vue b/minipro_standard/pages/index/index.vue
index 2959527..af9a076 100644
--- a/minipro_standard/pages/index/index.vue
+++ b/minipro_standard/pages/index/index.vue
@@ -1,7 +1,8 @@
 <template>
 	<view class="index">
 		<!-- <web-view v-if="show" @onPostMessage="onMessage" :src="'https://dmtest.ahapp.net/doumeeplant_h5/#/appletLogin?code=' + code"></web-view> -->
-		<!-- {{$store.state.statusbarHeight}} -->
+		<!-- {{$store.state.statusbarHeight}} -->
+		
 		<u-sticky>
 			<view class="plr50 pb30 nav-style">
 				<view
@@ -20,7 +21,7 @@
 				</view>
 			</view>
 		</u-sticky>
-
+		
 		<u-list :showScrollbar="false" @scrolltolower="scrolltolower" @scrolltoupper="scrolltoupper"
 			:height="windowHeight - (statusbarHeight + navHeight + 120) + 'px'">
 			<u-list-item v-for="(item, index) in projectList" :key="index">
@@ -42,7 +43,6 @@
 				</view>
 			</u-list-item>
 		</u-list>
-
 		<myTabbar :index="0" />
 	</view>
 </template>

--
Gitblit v1.9.3