中介/个人认证跳转二维码样式修改 房源列表不限改为租期不限
This commit is contained in:
@@ -40,31 +40,30 @@
|
||||
</div>
|
||||
<template v-if="user['uid'] && user.identity != 0">
|
||||
<img class="" src="@/assets/img/publicImage/cut-off-rule.svg">
|
||||
<el-popover placement="bottom-end" :width="360" trigger="hover" :show-arrow="false"
|
||||
popper-style="background: transparent;padding:0;box-shadow: none;border: none;">
|
||||
<template #reference>
|
||||
<div class="operate-item flexcenter identity">
|
||||
<div class="operate-item-shell flexcenter"
|
||||
:class="{ 'intermediary': user.identity == 1, 'personage': user.identity == -1 }">
|
||||
<img class="operate-icon" src="@/assets/img/publicImage/intermediary-icon.png">
|
||||
</div>
|
||||
<div class="operate-text">{{ identityObj[user.identity || -1] }}</div>
|
||||
</div>
|
||||
</template>
|
||||
<!-- <img v-if="user.identity == 1" style="width: 360px;"
|
||||
src="@/assets/img/publicImage/mediation-authentication-code.svg">
|
||||
<img v-else style="width: 360px;" src="@/assets/img/publicImage/housing-certification-code.svg"> -->
|
||||
|
||||
<div class="operate-item flexcenter identity">
|
||||
<div class="operate-item-shell flexcenter"
|
||||
:class="{ 'intermediary': user.identity == 1, 'personage': user.identity == -1 }">
|
||||
<img class="operate-icon" src="@/assets/img/publicImage/intermediary-icon.png">
|
||||
</div>
|
||||
<div class="operate-text">{{ identityObj[user.identity || -1] }}</div>
|
||||
<div v-if="user.identity == 1" class="btn-qrcode">
|
||||
<img class="bj" src="@/assets/img/publicImage/mediation-authentication-bj.jpg">
|
||||
<img class="QR-code" src="https://app.gter.net/tenement/pc/api/qrcode?type=middlemanAuth">
|
||||
<authentication-info :type="2" style="height: 217px ;"></authentication-info>
|
||||
<!-- <img class="bj" src="@/assets/img/publicImage/mediation-authentication-bj.jpg">
|
||||
<img class="QR-code" src="https://app.gter.net/tenement/pc/api/qrcode?type=middlemanAuth"> -->
|
||||
</div>
|
||||
|
||||
<div v-else class="btn-qrcode">
|
||||
<img class="bj" src="@/assets/img/publicImage/housing-certification-bj.jpg">
|
||||
<img class="QR-code" src="https://app.gter.net/tenement/pc/api/qrcode?type=propertyAuth">
|
||||
<authentication-info :type="1" style="height: 217px ;"></authentication-info>
|
||||
<!-- <img class="bj" src="@/assets/img/publicImage/housing-certification-bj.jpg">
|
||||
<img class="QR-code" src="https://app.gter.net/tenement/pc/api/qrcode?type=propertyAuth"> -->
|
||||
</div>
|
||||
</el-popover>
|
||||
</div>
|
||||
<!-- <el-popover placement="right-end" :width="360" trigger="hover" :show-arrow="false"
|
||||
popper-style="background: transparent;padding:0;box-shadow: none;border: none;">
|
||||
<img v-if="user.identity == 1" style="width: 360px;"
|
||||
src="@/assets/img/publicImage/mediation-authentication-code.svg">
|
||||
<img v-else style="width: 360px;" src="@/assets/img/publicImage/housing-certification-code.svg">
|
||||
</el-popover> -->
|
||||
</template>
|
||||
</div>
|
||||
</div>
|
||||
@@ -122,6 +121,7 @@ import publicListItem from '@/components/public/public-list-item.vue'
|
||||
import emptyDuck from '@/components/public/empty-duck.vue'
|
||||
import choosingIdentity from '@/components/edit/choosingIdentity.vue'
|
||||
import backToTop from '@/components/public/backToTop.vue'
|
||||
import authenticationInfo from '@/components/seachModule/authenticationInfo.vue';
|
||||
|
||||
import { ref, reactive, onMounted, onUnmounted, getCurrentInstance, nextTick, pushScopeId } from 'vue'
|
||||
import { useRoute, useRouter } from 'vue-router';
|
||||
@@ -426,6 +426,10 @@ onUnmounted(() => {
|
||||
|
||||
.info-right {
|
||||
|
||||
.operate-item:hover .btn-qrcode{
|
||||
display: block;
|
||||
}
|
||||
|
||||
.operate-item {
|
||||
flex-direction: column;
|
||||
padding: 0 52px;
|
||||
@@ -600,8 +604,13 @@ onUnmounted(() => {
|
||||
}
|
||||
|
||||
.btn-qrcode {
|
||||
position: absolute;
|
||||
right: 155px;
|
||||
top: 74px;
|
||||
width: 360px;
|
||||
margin: 0 auto;
|
||||
z-index: 66;
|
||||
display: none;
|
||||
// margin: 0 auto;
|
||||
|
||||
.bj {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user