|
@@ -77,7 +77,9 @@
|
|
|
},
|
|
|
|
|
|
switchTab(path, index) {
|
|
|
- this.currentTab = index;
|
|
|
+ if (path !== '/pages/game/index') {
|
|
|
+ this.currentTab = index;
|
|
|
+ }
|
|
|
if (getUserIdentity() == 'Visitor') {
|
|
|
if (path === '/pages/game/index') {
|
|
|
this.$refs.youkeDialogRef.handleShow();
|
|
@@ -108,7 +110,6 @@
|
|
|
|
|
|
this.currentTab =this.currentTabNumber
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
</script>
|
|
|
|