修改院校判断
This commit is contained in:
@@ -309,7 +309,8 @@
|
||||
|
||||
<!-- -->
|
||||
|
||||
<div class="dis-f jus-x pos-r" v-if="distanceList[0] && distanceList[0].name && pageType != 3 && distanceList.length > 1">
|
||||
<!-- <div class="dis-f jus-x pos-r" v-if="distanceList[0] && distanceList[0].name && pageType != 3 && distanceList.length > 1"> -->
|
||||
<div class="dis-f jus-x pos-r" v-if="pageType != 3 && annexSchoolList.length > 1">
|
||||
<!-- <div class="distance-info-box pos-r" :class="{ 'show-distance-info-box': showDistance }" :style="{ 'height': showDistance ? `${70 + 42 + 82 * distanceList.length - 1}px` : '0px' }"> -->
|
||||
|
||||
<el-popover :width="814" trigger="click" popper-style="padding: 0" :show-arrow="false" v-model:visible="showDistance">
|
||||
|
||||
Reference in New Issue
Block a user