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 +++---
components/common/combination-card/combination-card.vue | 4 ----
2 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/components/common/combination-card/combination-card.vue b/components/common/combination-card/combination-card.vue
index 0a8d76f..019b21c 100644
--- a/components/common/combination-card/combination-card.vue
+++ b/components/common/combination-card/combination-card.vue
@@ -23,10 +23,6 @@
showTop: {
type: Boolean,
default: true
- },
- showBottom: {
- type: Boolean,
- default: true
}
},
data() {
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