修改
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="pos-r">
|
<div class="pos-r" style="z-index: 1;">
|
||||||
<div class="authentication-top"
|
<div class="authentication-top"
|
||||||
:class="[pageType==2?'intermediary-top':'']"
|
:class="[pageType==2?'intermediary-top':'']"
|
||||||
v-if="data['data'] && data['data'].info && (data['data'].info.verified === 1||data['data'].isintermediary)">
|
v-if="data['data'] && data['data'].info && (data['data'].info.verified === 1||data['data'].isintermediary)">
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
</el-breadcrumb-item>
|
</el-breadcrumb-item>
|
||||||
</el-breadcrumb>
|
</el-breadcrumb>
|
||||||
</div>
|
</div>
|
||||||
<div class="dis-f al-item jus-bet title-box">
|
<div class="dis-f al-item jus-bet title-box" style="position: relative;">
|
||||||
<div class="detail-title">
|
<div class="detail-title">
|
||||||
{{ data['data']['info'] && data['data']['info'].subject }}
|
{{ data['data']['info'] && data['data']['info'].subject }}
|
||||||
</div>
|
</div>
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
<div class="line">
|
<div class="line">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="btn-s dis-f al-item jus-x" style="position: relative;">
|
<div class="btn-s dis-f al-item jus-x">
|
||||||
<img src="../../assets/img/detail/forward.png" class="img" alt="">
|
<img src="../../assets/img/detail/forward.png" class="img" alt="">
|
||||||
<span class="mg-l-5">
|
<span class="mg-l-5">
|
||||||
转发
|
转发
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<el-popover placement="bottom" :width="674" trigger="click" popper-style="padding:0;border-radius: 10px;">
|
<el-popover placement="bottom-end" :teleported="false" :width="674" trigger="click" popper-style="padding:0;border-radius: 10px;right: 0;">
|
||||||
<template #reference>
|
<template #reference>
|
||||||
<div class="btn" @click="transmit"></div>
|
<div class="btn" @click="transmit"></div>
|
||||||
</template>
|
</template>
|
||||||
@@ -23,9 +23,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <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>
|
</el-popover>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ axios.interceptors.request.use( //响应拦截
|
|||||||
showFullScreenLoading()
|
showFullScreenLoading()
|
||||||
// 开发时登录用的,可以直接替换小程序的 authorization
|
// 开发时登录用的,可以直接替换小程序的 authorization
|
||||||
// if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "x2mmnl9grt51bpplj2k6ioiuummzhnw3"
|
// if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "x2mmnl9grt51bpplj2k6ioiuummzhnw3"
|
||||||
// if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "0h870ovk2xckoqfsh8a3t3sg4sg5z7eg"
|
if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "0h870ovk2xckoqfsh8a3t3sg4sg5z7eg"
|
||||||
return config;
|
return config;
|
||||||
},
|
},
|
||||||
error => {
|
error => {
|
||||||
|
|||||||
@@ -2276,7 +2276,7 @@ img {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: 30px 20px;
|
padding: 30px 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 333;
|
/* z-index: 333; */
|
||||||
|
|
||||||
.detail-price-box {
|
.detail-price-box {
|
||||||
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<template v-if="user['uid'] && user.identity != 0">
|
<template v-if="user['uid'] && user.identity != 0">
|
||||||
<img class="" src="@/assets/img/publicImage/cut-off-rule.svg">
|
<img class="" src="@/assets/img/publicImage/cut-off-rule.svg">
|
||||||
<el-popover placement="bottom" :width="360" trigger="hover" :show-arrow="false"
|
<el-popover placement="bottom-end" :width="360" trigger="hover" :show-arrow="false"
|
||||||
popper-style="background: transparent;padding:0;box-shadow: none;border: none;">
|
popper-style="background: transparent;padding:0;box-shadow: none;border: none;">
|
||||||
<template #reference>
|
<template #reference>
|
||||||
<div class="operate-item flexcenter identity">
|
<div class="operate-item flexcenter identity">
|
||||||
|
|||||||
Reference in New Issue
Block a user