1
guanqb
2023-04-02 f54237e06e3ff144e13284a322dd722ebe8aa80a
1
1 files modified
24 ■■■■ changed files
src/views/house/index.vue 24 ●●●● patch | view | raw | blame | history
src/views/house/index.vue
@@ -38,13 +38,13 @@
                    </div>
                    <div class="housing-bg">
                        <!-- <div class="block">
                                                     <el-carousel height="150px" :arrow="isShowPictArrow">
                                                         <el-carousel-item v-for="(item, index) in villageInfo.pic_url_list" :key="index">
                                                         <el-image style=" height: 100%" :src="item"
                                                                     :preview-src-list="villageInfo.pic_url_list"></el-image>
                                                             </el-carousel-item>
                                                         </el-carousel>
                                                 </div> -->
                                                             <el-carousel height="150px" :arrow="isShowPictArrow">
                                                                 <el-carousel-item v-for="(item, index) in villageInfo.pic_url_list" :key="index">
                                                                 <el-image style=" height: 100%" :src="item"
                                                                             :preview-src-list="villageInfo.pic_url_list"></el-image>
                                                                     </el-carousel-item>
                                                                 </el-carousel>
                                                         </div> -->
                        <img :src="villageInfo.pic_url" alt="" v-show="villageInfo.pic_url">
                        <el-empty :image-size="120" description="暂无照片"
@@ -113,15 +113,15 @@
                            <div class="content">
                                <div>
                                    <div>电梯</div>
                                    <div style="color:#72fff8">{{ floorInfo.elev == 1 ? '有' : '无' }}</div>
                                    <div style="color:#72fff8,cursor: default;">{{ floorInfo.elev == 1 ? '有' : '无' }}</div>
                                </div>
                                <div>
                                    <div>楼层总数</div>
                                    <div style="color:#72fff8">{{ floorInfo.floor_num }}</div>
                                    <div style="color:#72fff8,cursor: default;">{{ floorInfo.floor_num }}</div>
                                </div>
                                <div>
                                    <div>户室总数</div>
                                    <div style="color:#72fff8">{{ floorInfo.house_num }}</div>
                                    <div style="color:#72fff8,cursor: default;">{{ floorInfo.house_num }}</div>
                                </div>
                            </div>
                        </div>
@@ -187,7 +187,7 @@
                                                <!-- :class="[{ 'chuzu': value.houseType == '出租' }, { 'zizhu': value.houseType == '自住' }, { 'kongzhi': value.houseType == '空置' }, { 'shangye': value.houseType == '商业' }]" -->
                                                {{ value.properties.fojcu }}
                                                <!-- <div class="flow"></div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <div class="warning"></div>-->
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <div class="warning"></div>-->
                                            </div>
                                        </div>
                                    </div>
@@ -654,7 +654,7 @@
                circleLayer.remove()
                circleLayer = null
            }
            this.subNavType == 1
            this.subNavType = 1
            this.getResidentialQuartersInfo(current.id, '361102')
            this.getSearchExtensivelyBgAoiDeepdata('ebf48ecaa1fd436fa3d40c4600aa051f', '361100', current.id, '1|3')
            this.getVillageInfo(current.id)