|
@@ -158,7 +158,7 @@ export default {
|
|
}
|
|
}
|
|
if (item.type === 'switch') {
|
|
if (item.type === 'switch') {
|
|
this.isOutScene = !this.isOutScene
|
|
this.isOutScene = !this.isOutScene
|
|
- if (!this.isOutScene) {
|
|
|
|
|
|
+ if (!this.isOutScene&&!this.$isMobile) {
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
this.isShow = !this.isShow
|
|
this.isShow = !this.isShow
|
|
});
|
|
});
|