|
@@ -36,7 +36,7 @@
|
|
|
justify="space-between"
|
|
justify="space-between"
|
|
|
align="center"
|
|
align="center"
|
|
|
direction="row"
|
|
direction="row"
|
|
|
- @click="goDiscoverDetails(item)"
|
|
|
|
|
|
|
+ @click="goCommonContentDetail(item.id)"
|
|
|
>
|
|
>
|
|
|
<FlexCol flex="1" :gap="20">
|
|
<FlexCol flex="1" :gap="20">
|
|
|
<Text :text="item.title" fontConfig="h5" />
|
|
<Text :text="item.title" fontConfig="h5" />
|
|
@@ -63,15 +63,19 @@
|
|
|
isNearby: true,
|
|
isNearby: true,
|
|
|
})">
|
|
})">
|
|
|
<SimplePageContentLoader :loader="recommendedNearbySitesLoader">
|
|
<SimplePageContentLoader :loader="recommendedNearbySitesLoader">
|
|
|
- <FlexCol :gap="25">
|
|
|
|
|
|
|
+ <FlexRow wrap :gap="25">
|
|
|
<Touchable
|
|
<Touchable
|
|
|
v-for="(item, i) in recommendedNearbySitesLoader.content.value"
|
|
v-for="(item, i) in recommendedNearbySitesLoader.content.value"
|
|
|
:key="i"
|
|
:key="i"
|
|
|
- justify="space-between"
|
|
|
|
|
- align="center"
|
|
|
|
|
- direction="row"
|
|
|
|
|
- @click="goCommonContentDetail(item.id)"
|
|
|
|
|
|
|
+ direction="column"
|
|
|
|
|
+ backgroundColor="white"
|
|
|
|
|
+ :innerStyle="{
|
|
|
|
|
+ flexBasis: '43%',
|
|
|
|
|
+ }"
|
|
|
|
|
+ :padding="13"
|
|
|
|
|
+ :radius="15"
|
|
|
>
|
|
>
|
|
|
|
|
+ <!-- @click="goCommonContentDetail(item.id)" -->
|
|
|
<Text :text="item.title" fontConfig="h5" />
|
|
<Text :text="item.title" fontConfig="h5" />
|
|
|
<Text :text="`距离您约 ${item.distance}`" fontConfig="subText" />
|
|
<Text :text="`距离您约 ${item.distance}`" fontConfig="subText" />
|
|
|
<!-- <FlexCol flex="1" :gap="20">
|
|
<!-- <FlexCol flex="1" :gap="20">
|
|
@@ -86,7 +90,7 @@
|
|
|
mode="aspectFill"
|
|
mode="aspectFill"
|
|
|
/> -->
|
|
/> -->
|
|
|
</Touchable>
|
|
</Touchable>
|
|
|
- </FlexCol>
|
|
|
|
|
|
|
+ </FlexRow>
|
|
|
</SimplePageContentLoader>
|
|
</SimplePageContentLoader>
|
|
|
</Box>
|
|
</Box>
|
|
|
<!-- <Box title="线上史馆展示" icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/home/icon-ancient-gate.png">
|
|
<!-- <Box title="线上史馆展示" icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/home/icon-ancient-gate.png">
|