From 0c4086cfdbc5bbff567bd05ebcc6e34e36cb2bf9 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123 <819527061@qq.com>
Date: 星期五, 29 七月 2022 11:24:36 +0800
Subject: [PATCH] '首页添加日计划模块'

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

diff --git a/pages/home/home.vue b/pages/home/home.vue
index 7016248..03973df 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -199,8 +199,8 @@
 			</template>
 		</combination-card>
 		<combined-title title="鏃ュ彂杩愯鍒�" detailsPath="/pages/jihua/jihua"></combined-title>
-		<combination-card>
-			<template v-slot:top :showTop="false"></template>
+		<combination-card :showTop="false">
+			<template v-slot:top></template>
 			<template v-slot:center>
 				<view class="main-block-box" v-for="(item,index) in fyData" :key="item.id">
 					<view class="jihua-main-line">
@@ -224,7 +224,7 @@
 					</view>
 				</view>
 			</template>
-		    <template v-slot:bottom :showBottom="false"></template>
+		    <template v-slot:bottom></template>
 		</combination-card>
 
 		<!-- 鎾ゅ洖妯℃�佹 -->

--
Gitblit v1.9.1