提交
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<!-- 关于发布弹窗 -->
|
<!-- 关于发布弹窗 -->
|
||||||
<div class="flexcenter pop-mask" v-if="popState">
|
<!-- <div class="flexcenter pop-mask" v-if="popState"> -->
|
||||||
|
<div class="btn"></div>
|
||||||
|
<div class="flexcenter pop-mask" v-if="false">
|
||||||
<div class="pop about-pop shadow">
|
<div class="pop about-pop shadow">
|
||||||
<div class="about-title">关于发布</div>
|
<div class="about-title">关于发布</div>
|
||||||
<div class="about-tab flexacenter">
|
<div class="about-tab flexacenter">
|
||||||
@@ -70,6 +72,15 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
|
.btn {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background-color: antiquewhite;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.close {
|
.close {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
width: 180px;
|
width: 180px;
|
||||||
|
|||||||
@@ -35,6 +35,7 @@
|
|||||||
<img class="operate-icon" src="@/assets/img/publicImage/add-icon.svg">
|
<img class="operate-icon" src="@/assets/img/publicImage/add-icon.svg">
|
||||||
</div>
|
</div>
|
||||||
<div class="operate-text">发布房源</div>
|
<div class="operate-text">发布房源</div>
|
||||||
|
<about-pop></about-pop>
|
||||||
</div>
|
</div>
|
||||||
<template v-if="user.identity != 0">
|
<template v-if="user.identity != 0">
|
||||||
<img class="" src="@/assets/img/publicImage/cut-off-rule.svg">
|
<img class="" src="@/assets/img/publicImage/cut-off-rule.svg">
|
||||||
@@ -102,6 +103,7 @@ import haveQuestions from '@/components/public/have-questions.vue'
|
|||||||
import pageFooter from '@/components/footer/footer.vue'
|
import pageFooter from '@/components/footer/footer.vue'
|
||||||
import publicListItem from '@/components/public/public-list-item.vue'
|
import publicListItem from '@/components/public/public-list-item.vue'
|
||||||
import emptyDuck from '@/components/public/empty-duck.vue'
|
import emptyDuck from '@/components/public/empty-duck.vue'
|
||||||
|
import aboutPop from '@/components/edit/about-pop.vue'
|
||||||
import { ref, reactive, onMounted, onUnmounted, getCurrentInstance, nextTick } from 'vue'
|
import { ref, reactive, onMounted, onUnmounted, getCurrentInstance, nextTick } from 'vue'
|
||||||
import { useRoute, useRouter } from 'vue-router';
|
import { useRoute, useRouter } from 'vue-router';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user