详情层级修改

This commit is contained in:
2023-08-04 16:35:25 +08:00
parent c568395d30
commit d6dfd87fc2
2 changed files with 208 additions and 211 deletions

View File

@@ -329,7 +329,7 @@ let schoolPages = ref(0) //页数
let shcoolData = shallowReactive([])
let setSchoolData = () => {
let arr = routePath.value === '/' ? store.state.seachTypeData[0] && store.state.seachTypeData[0].where : store.state.schoolList
arr.unshift({ name: '不限', id: '' })
if(arr[0]&&arr[0].id)arr.unshift({ name: '不限', id: '' })
let num = 0
for (let i = 0; i < arr.length; i++) {
if (!shcoolData[num]) {

View File

@@ -799,6 +799,7 @@
- {{ loadText }} -
</div>
<footerTool class="mg-t-60"></footerTool>
</div>
<div class="pop-mask" v-show="showConcat">
<div class="pop-box">
<!-- 多种信息 -->
@@ -857,8 +858,7 @@
<div class="mg-b-30"
v-if="concatData.data && concatData.data.tel && concatData.data.count >= 2">
<div class="dis-f al-item">
<img src="../assets/img/detail/phoneIcon.png" class="whatsapp-icon"
alt="">
<img src="../assets/img/detail/phoneIcon.png" class="whatsapp-icon" alt="">
电话号码
</div>
<div class="dis-f al-item box-text mg-l-35">
@@ -876,8 +876,8 @@
<div
v-if="concatData.data && concatData.data.count > 2 && concatData.data.wechatdata.url">
<div class="wx-qrcode-s dis-f jus-x al-item">
<img :src="concatData.data && concatData.data.wechatdata.url"
class="user-img" alt="">
<img :src="concatData.data && concatData.data.wechatdata.url" class="user-img"
alt="">
</div>
<div style="margin-top:15px;font-size:14px;text-align: center;">
<div>
@@ -932,8 +932,8 @@
<div class="liner" v-if="concatData.data && concatData.data.wechatdata.url"></div>
<div v-if="concatData.data && concatData.data.wechatdata.url">
<div class="wx-qrcode-s dis-f jus-x al-item">
<img :src="concatData.data && concatData.data.wechatdata.url"
class="user-img" alt="">
<img :src="concatData.data && concatData.data.wechatdata.url" class="user-img"
alt="">
</div>
<div style="margin-top:15px;font-size:14px;text-align: center;">
<div>
@@ -1036,9 +1036,6 @@
</div>
</div>
</div>
</div>
<watchImage :show="imageShow" :index="imageIndex" :close="cloaseImageShow" :list="imgList"></watchImage>
<back-to-top></back-to-top>
<!-- 举报 -->
@@ -1625,7 +1622,7 @@ img {
position: fixed;
top: 0;
left: 0;
z-index: 999;
z-index: 1003;
.close-img {
width: 20px;
@@ -2985,7 +2982,7 @@ img {
position: fixed;
top: 0;
left: 0;
z-index: 999;
z-index: 1100;
}
::deep .el-dropdown {