|
@@ -250,13 +250,12 @@ export default {
|
|
|
this.show = !this.show;
|
|
|
},
|
|
|
choose(i) {
|
|
|
- console.log('i: ', i);
|
|
|
if (i == 11) {
|
|
|
store.state.xzqh_flag = !store.state.xzqh_flag
|
|
|
// 隐藏行政区划console.log();
|
|
|
- cockpit.hidden_xzqh(!store.state.xzqh_flag);
|
|
|
+ cockpit.hidden_xzqh(store.state.xzqh_flag);
|
|
|
// 隐藏墙体
|
|
|
- cockpit.hidden_wall(!store.state.xzqh_flag);
|
|
|
+ cockpit.hidden_wall(store.state.xzqh_flag);
|
|
|
} else {
|
|
|
store.setToolBarAction(i);
|
|
|
|