shuishen
2023-03-21 2f85a3c2da6cb7945f1ceda001b6bf14715848d3
小区图改为空图
2 files modified
17 ■■■■ changed files
src/components/map/index.vue 4 ●●●● patch | view | raw | blame | history
src/views/house/index.vue 13 ●●●● patch | view | raw | blame | history
src/components/map/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 17:00:30
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-03-18 09:19:55
 * @LastEditTime: 2023-03-21 09:53:10
 * @FilePath: \srs-police-affairs\src\components\map\index.vue
 * @Description: 公用地图组件
 * 
@@ -580,7 +580,7 @@
                this.removeMxTileset(`sdTilesetLayer${item}`, this.housingIndent)
            })
            this.addMxTileset('sdTilesetLayer', `${tile3DUrl}/sf3d/361102/model/wanda/tileset.json`, this.housingIndent)
            // this.addMxTileset('sdTilesetLayer', `${tile3DUrl}/sf3d/361102/model/wanda/tileset.json`, this.housingIndent)
            if (this.tilesetLayerType == type) {
                this.tilesetLayerType = ''
src/views/house/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 16:18:17
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-03-17 10:07:45
 * @LastEditTime: 2023-03-21 10:02:22
 * @FilePath: \srs-police-affairs\src\views\house\index.vue
 * @Description: 小区-栋-层-房屋
 * 
@@ -37,14 +37,15 @@
                        <div class="progress"></div>
                    </div>
                    <div class="housing-bg">
                        <div class="block">
                        <!-- <div class="block">
                            <el-carousel height="150px">
                                <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>
                                                </div> -->
                        <el-empty image-size="120" description="暂无图片"></el-empty>
                    </div>
                    <div class="housing-introduce">
                        <div>
@@ -1607,6 +1608,12 @@
                .housing-bg {
                    margin-top: 6px;
                    height: 200px;
                    :deep(.el-empty__description) {
                        p {
                            color: #fff;
                        }
                    }
                }
                .housing-introduce {