|
|
@@ -73,10 +73,11 @@ export default {
|
|
|
},
|
|
|
watch:{
|
|
|
taboneActive:{
|
|
|
- deep:true,
|
|
|
handler:function (newVal) {
|
|
|
if (newVal.children.length>0) {
|
|
|
+ this.tabtowActive=''
|
|
|
this.tabtowActive = newVal.children[0]
|
|
|
+ return
|
|
|
}
|
|
|
if (newVal.id) {
|
|
|
this.getTabSceneList(newVal.id)
|
|
|
@@ -84,7 +85,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
tabtowActive:{
|
|
|
- deep:true,
|
|
|
handler:function (newVal) {
|
|
|
if (newVal.id) {
|
|
|
this.getTabSceneList(newVal.id)
|
|
|
@@ -111,8 +111,10 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
selected:{
|
|
|
- handler:function () {
|
|
|
-
|
|
|
+ handler:function (newVal) {
|
|
|
+ if (newVal.type == '4dkk') {
|
|
|
+ this.showList = false
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -161,12 +163,13 @@ export default {
|
|
|
z-index: 999;
|
|
|
text-align: center;
|
|
|
width: 100%;
|
|
|
+ pointer-events: none;
|
|
|
.dl{
|
|
|
background: rgba(0, 0, 0, 0.3);
|
|
|
border-radius: 18px;
|
|
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
|
margin-top: 10px;
|
|
|
-
|
|
|
+ pointer-events: auto;
|
|
|
>i{
|
|
|
margin-right: 8px;
|
|
|
vertical-align: bottom;
|
|
|
@@ -178,6 +181,7 @@ export default {
|
|
|
transition: all ease 0.3s;
|
|
|
max-height: 0px;
|
|
|
overflow: hidden;
|
|
|
+ pointer-events: auto;
|
|
|
ul{
|
|
|
justify-content: center;
|
|
|
align-items: center;
|