Kaynağa Gözat

📦 按要求移除采集列表随手记

快乐的梦鱼 2 hafta önce
ebeveyn
işleme
695c8886fb
2 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 2 3
      src/pages/dig/details.vue
  2. 1 0
      src/store/collect.ts

+ 2 - 3
src/pages/dig/details.vue

@@ -20,7 +20,7 @@
       </FlexRow>
     </FlexRow>
 
-    <Touchable 
+    <!-- <Touchable 
       direction="column" 
       touchable 
       :radius="20"
@@ -34,7 +34,7 @@
       <Text :fontSize="34">写随手记</Text>
       <Text :fontSize="22" color="gray">写随手记,记录下村社文化发现和思考,自动分类</Text>
       <Text :fontSize="22" color="gray">也可点击下方进入指定的分类采集信息</Text>
-    </Touchable>
+    </Touchable> -->
 
     <FlexCol :gap="20">
       <Alert
@@ -46,7 +46,6 @@
       <CollectModuleList
         :villageId="querys.villageId"
         :villageVolunteerId="querys.villageVolunteerId"
-        :taskName="''"
         :taskTitle="''"
         :taskPid="0"
       />

+ 1 - 0
src/store/collect.ts

@@ -88,6 +88,7 @@ export const useCollectStore = defineStore('collect', () => {
   return { 
     isEmpty,
     collectableModules,
+    collectableCatalogs,
     setCollectableModules,
     getCollectModuleInternalNameById,
     getCollectModuleId,