|
|
@@ -1613,6 +1613,8 @@ export default {
|
|
|
this.msg = this.setMapRangeTitle(res.total);
|
|
|
this.msgshow = true;
|
|
|
this.show = false;
|
|
|
+ } else {
|
|
|
+ this.msgshow = false;
|
|
|
}
|
|
|
if (this.first < 2) {
|
|
|
this.zoom = 18;
|
|
|
@@ -1655,6 +1657,8 @@ export default {
|
|
|
this.msg = this.setMapRangeTitle(res.total);
|
|
|
this.msgshow = true;
|
|
|
this.show = false;
|
|
|
+ } else {
|
|
|
+ this.msgshow = false;
|
|
|
}
|
|
|
if (this.first < 2) {
|
|
|
this.zoom = 18;
|
|
|
@@ -1737,6 +1741,8 @@ export default {
|
|
|
this.msg = this.setMapRangeTitle(res.total);
|
|
|
this.msgshow = true;
|
|
|
this.show = false;
|
|
|
+ } else {
|
|
|
+ this.msgshow = false;
|
|
|
}
|
|
|
if (this.first < 2) {
|
|
|
this.zoom = 18;
|