4.12代码提交
This commit is contained in:
parent
a9e84d60b0
commit
cb7869b4dc
|
@ -160,9 +160,9 @@ export default {
|
|||
this.$refs.dome.contentWindow.selectHome(e.currentTarget.innerHTML);
|
||||
},
|
||||
handleBtn(e, i) {
|
||||
console.log(this.$refs.drop1);
|
||||
this.navLiState = !this.navLiState
|
||||
if (this.index == i && this.navLiState) {
|
||||
// console.log(this.$refs.drop1);
|
||||
// this.navLiState = !this.navLiState
|
||||
if (this.index == i ) {
|
||||
this.index = null
|
||||
if (i == 1) {
|
||||
this.state = !this.state;
|
||||
|
|
Loading…
Reference in New Issue