소스 검색

研究汇总按钮增加进去

bding 1 년 전
부모
커밋
f738f109a6
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      pages/index/index.vue

+ 3 - 0
pages/index/index.vue

@@ -83,6 +83,7 @@
       </view>
       <morning-dlg v-if="isMorningShow" :isMorningShow.sync="isMorningShow" :morningItem.sync="morningItem" />
     </view>
+    <suspenButton :show.sync="wholeShowListData.IsShow" v-if="wholeShowListData.IsShow" />
   </page-meta>
 </template>
 
@@ -95,6 +96,7 @@ import ActivityItem from "@/components/ItemComponent/activityItem.vue";
 import SearchBar from "@/components/search-bar/searchBar.vue";
 import MorningDlg from "./components/morningDlg.vue";
 import ItemContent from "./components/ItemContent.vue";
+import suspenButton from "@/components/suspen_button.vue";
 export default {
   data() {
     return {
@@ -135,6 +137,7 @@ export default {
     SearchBar,
     MorningDlg,
     ItemContent,
+    suspenButton,
   },
   methods: {
     // 获取最先数据