选择身份

This commit is contained in:
A1300399510
2023-07-11 19:04:02 +08:00
parent ff631f5816
commit 5da24fa685
22 changed files with 6934 additions and 18734 deletions

View File

@@ -1,6 +1,6 @@
<template>
<header-nav></header-nav>
<header-nav :isNoTabList="true"></header-nav>
<map-component v-if="mapComponentState" :info="info" @choosingLocation="choosingLocation" />
<choosing-identity v-if="false"></choosing-identity>
<div class="content-box flexflex">
@@ -14,7 +14,7 @@
香港
</div>
<img v-if="userIntermediary" class="housing-info-certifying"
src="@/assets/img/edit/certifying-agent.png">
src="@/assets/img/publicImage/certifying-agent.png">
<div v-else class="housing-info-identity flexcenter">{{ intermediaryObj[intermediary] }}</div>
</div>
<div class="housing-info-list" v-if="type != 'plus'">
@@ -313,8 +313,7 @@
<!-- 所在区域 -->
<div class="form-option modeOne flexacenter" v-if="intermediary != 6 && item.field == 'location'">
<el-popover placement="bottom" :width="640" :show-arrow="false" trigger="click"
popper-style="padding: 0;border-radius:16px;">
<el-popover placement="bottom" :width="640" :show-arrow="false" trigger="click">
<template #reference>
<div ref="location" class="modeOne-item flexacenter"
:class="{ 'pitch': info['location'], 'disabled': verified == 1 }"
@@ -695,7 +694,6 @@
<page-footer></page-footer>
<!-- 如何获取微信二维码 -->
<how :howBoxState="howBoxState" @close="howBoxState = false"></how>
</template>
<script>
import aboutPop from '@/components/edit/about-pop.vue'