|
@@ -2,7 +2,7 @@
|
|
|
<CommonRoot>
|
|
<CommonRoot>
|
|
|
<FlexCol v-if="showSwitch" position="absolute" :left="0" :top="0" :right="0" backgroundColor="rgba(255,255,255,0.5)">
|
|
<FlexCol v-if="showSwitch" position="absolute" :left="0" :top="0" :right="0" backgroundColor="rgba(255,255,255,0.5)">
|
|
|
<StatusBarSpace />
|
|
<StatusBarSpace />
|
|
|
- <FlexRow gap="gap.md">
|
|
|
|
|
|
|
+ <FlexRow gap="gap.lg" :padding="30">
|
|
|
<BubbleTip
|
|
<BubbleTip
|
|
|
v-model:show="showFollowTip"
|
|
v-model:show="showFollowTip"
|
|
|
position="bottom"
|
|
position="bottom"
|
|
@@ -16,20 +16,19 @@
|
|
|
icon="https://xy.wenlvti.net/app_static/images/home/IconSwitch.png"
|
|
icon="https://xy.wenlvti.net/app_static/images/home/IconSwitch.png"
|
|
|
:text="villageStore.currentVillage?.name || '未选择村社'"
|
|
:text="villageStore.currentVillage?.name || '未选择村社'"
|
|
|
:textColor="topTab === 'village' ? 'text.titleLight' : 'text.content'"
|
|
:textColor="topTab === 'village' ? 'text.titleLight' : 'text.content'"
|
|
|
- color="transparent"
|
|
|
|
|
- type="custom"
|
|
|
|
|
|
|
+ size="small"
|
|
|
@click="showMyFollowPopup = true"
|
|
@click="showMyFollowPopup = true"
|
|
|
/>
|
|
/>
|
|
|
</BubbleTip>
|
|
</BubbleTip>
|
|
|
- <Button
|
|
|
|
|
- type="custom"
|
|
|
|
|
- color="transparent"
|
|
|
|
|
|
|
+ <Button
|
|
|
:textColor="topTab === 'around' ? 'text.titleLight' : 'text.content'"
|
|
:textColor="topTab === 'around' ? 'text.titleLight' : 'text.content'"
|
|
|
text="周边村社"
|
|
text="周边村社"
|
|
|
|
|
+ size="small"
|
|
|
@click="topTab = 'around'"
|
|
@click="topTab = 'around'"
|
|
|
/>
|
|
/>
|
|
|
</FlexRow>
|
|
</FlexRow>
|
|
|
</FlexCol>
|
|
</FlexCol>
|
|
|
|
|
+ <Height :height="40" />
|
|
|
<FlexCol v-if="topTab === 'village' && villageStore.currentVillage" gap="gap.md">
|
|
<FlexCol v-if="topTab === 'village' && villageStore.currentVillage" gap="gap.md">
|
|
|
<FlexCol v-if="!isLight" center :padding="[60,0]" gap="gap.md">
|
|
<FlexCol v-if="!isLight" center :padding="[60,0]" gap="gap.md">
|
|
|
<Image src="https://xy.wenlvti.net/app_static/images/home/BadgeNew.png" :width="320" mode="widthFix" />
|
|
<Image src="https://xy.wenlvti.net/app_static/images/home/BadgeNew.png" :width="320" mode="widthFix" />
|