智慧农业绘制地图
guoshilong
2022-09-14 0753b83af498e79585110f98482e1acc5afe6a18
修复按钮显示问题
2 files modified
8 ■■■■■ changed files
src/components/leafletDraw.vue 4 ●●●● patch | view | raw | blame | history
src/components/revampDraw.vue 4 ●●●● patch | view | raw | blame | history
src/components/leafletDraw.vue
@@ -234,6 +234,10 @@
                        console.error('oops, something went wrong!', error)
                    }) 
                    
                    setTimeout(() => {
                        this.repealShow = true
                        this.regionFull = true
                    }, 1000);
                }else{//小程序截图
                    domtoimage.toPng(document.getElementById('map'), { width: 375, height: 600 })
src/components/revampDraw.vue
@@ -383,6 +383,10 @@
                        console.error('oops, something went wrong!', error)
                    })  
                    setTimeout(() => {
                        this.rewrite = true
                        this.regionFull = true
                    }, 1000);
                    return
                }else{//小程序截图