@@ -20,7 +20,7 @@
</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"
/>
@@ -88,6 +88,7 @@ export const useCollectStore = defineStore('collect', () => {
return {
isEmpty,
collectableModules,
+ collectableCatalogs,
setCollectableModules,
getCollectModuleInternalNameById,
getCollectModuleId,