|
|
@@ -13,12 +13,10 @@ import Text from '@/components/basic/Text.vue';
|
|
|
import Image from '@/components/basic/Image.vue';
|
|
|
import BoxMid from '@/common/components/box/BoxMid.vue';
|
|
|
import JoinDialog from '../village/dialogs/JoinDialog.vue';
|
|
|
-import Touchable from '@/components/feedback/Touchable.vue';
|
|
|
-import Icon from '@/components/basic/Icon.vue';
|
|
|
import CitySelect from '../components/CitySelect.vue';
|
|
|
import Popup from '@/components/dialog/Popup.vue';
|
|
|
+import FrameButton from '@/common/components/FrameButton.vue';
|
|
|
import type { RegionItem } from '@/api/map/RegionApi';
|
|
|
-import Button from '@/components/basic/Button.vue';
|
|
|
|
|
|
const { querys } = useLoadQuerys({
|
|
|
latitude: AppCofig.defaultLonLat[1],
|
|
|
@@ -116,11 +114,8 @@ defineExpose({
|
|
|
<Text text="请选择您要点亮的村社" fontConfig="primaryTitle" />
|
|
|
</FlexCol>
|
|
|
<FlexRow gap="gap.md">
|
|
|
- <Button type="text" icon="search" text="点击搜索" @click="lightMap?.showSearch()" />
|
|
|
- <Touchable direction="row" align="center" gap="gap.md" @click="navTo('/pages/home/light/create-village')">
|
|
|
- <Icon icon="home-filling" size="40" />
|
|
|
- <Text text="没有我的家乡?点击这里一键建村!" fontConfig="contentText" />
|
|
|
- </Touchable>
|
|
|
+ <FrameButton size="small" icon="search" text="点击搜索" @click="lightMap?.showSearch()" />
|
|
|
+ <FrameButton size="small" icon="home-filling" text="没有我的家乡?点这里建村" @click="navTo('/pages/home/light/create-village')" />
|
|
|
</FlexRow>
|
|
|
</BoxMid>
|
|
|
</FlexRow>
|