修改全局复制方法
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<div class="operate-text">发布房源</div>
|
||||
<choosing-identity></choosing-identity>
|
||||
</div>
|
||||
<template v-if="user.identity != 0">
|
||||
<template v-if="user['aid'] && user.identity != 0">
|
||||
<img class="" src="@/assets/img/publicImage/cut-off-rule.svg">
|
||||
<el-popover placement="bottom" :width="360" trigger="hover" :show-arrow="false"
|
||||
popper-style="background: transparent;padding:0;box-shadow: none;border: none;">
|
||||
@@ -292,6 +292,8 @@ const handleDelete = (index, status) => {
|
||||
|
||||
// 监听滚动到底部
|
||||
const handleScroll = () => {
|
||||
// console.log(user.value, "user");
|
||||
if (!user.value['aid']) return
|
||||
const scrollHeight = document.documentElement.scrollHeight;
|
||||
const clientHeight = document.documentElement.clientHeight;
|
||||
const scrollTop = document.documentElement.scrollTop || document.body.scrollTop;
|
||||
@@ -529,6 +531,7 @@ onUnmounted(() => {
|
||||
align-items: center;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
.bottom-tps {
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
|
||||
Reference in New Issue
Block a user