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);
|
this.$refs.dome.contentWindow.selectHome(e.currentTarget.innerHTML);
|
||||||
},
|
},
|
||||||
handleBtn(e, i) {
|
handleBtn(e, i) {
|
||||||
console.log(this.$refs.drop1);
|
// console.log(this.$refs.drop1);
|
||||||
this.navLiState = !this.navLiState
|
// this.navLiState = !this.navLiState
|
||||||
if (this.index == i && this.navLiState) {
|
if (this.index == i ) {
|
||||||
this.index = null
|
this.index = null
|
||||||
if (i == 1) {
|
if (i == 1) {
|
||||||
this.state = !this.state;
|
this.state = !this.state;
|
||||||
|
|
Loading…
Reference in New Issue