|
|
@@ -55,7 +55,6 @@
|
|
|
:height="150"
|
|
|
radius="radius.sm"
|
|
|
mode="aspectFill"
|
|
|
- round
|
|
|
/>
|
|
|
<FlexCol>
|
|
|
<H4 :size="36">{{ item.title }}</H4>
|
|
|
@@ -159,8 +158,8 @@ const listLoader = useSimplePageListLoader<CommonInfoModel>(8, async (page, page
|
|
|
function goDetail(item: CommonInfoModel) {
|
|
|
navTo('common', {
|
|
|
id: item.id,
|
|
|
- villageId: querys.value.villageId,
|
|
|
- villageVolunteerId: querys.value.villageVolunteerId,
|
|
|
+ villageId: item.villageId,
|
|
|
+ villageVolunteerId: item.villageVolunteerId,
|
|
|
catalogId: item.catalogId,
|
|
|
collectModuleId: item.collectModuleId,
|
|
|
subKey: '',
|