From 973a3155b687eb3bc837af478933b6a68b8c79f2 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123 <819527061@qq.com>
Date: 星期五, 29 七月 2022 14:47:42 +0800
Subject: [PATCH] '日发运计划首页展示两条'

---
 pages/home/home.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/home/home.vue b/pages/home/home.vue
index dd5db5d..0c69672 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -199,7 +199,7 @@
 			</template>
 		</combination-card>
 		<combined-title title="鏃ュ彂杩愯鍒�" detailsPath="/pages/jihua/jihua"></combined-title>
-		<combination-card :showTop="false"  v-for="(item,index) in fyData" :key="item.id">
+		<combination-card :showTop="false"  v-for="(item,index) in fyData.slice(0,2)" :key="item.id">
 			  <template v-slot:top></template>
 			  <template v-slot:center>
 			  	<view class="main-block-box">

--
Gitblit v1.9.1