| | |
| | | }, 500); |
| | | } |
| | | }) |
| | | $('#l-n-b-m-search-closeOUR').click(() => { |
| | | this.changeImg = !this.changeImg; |
| | | if (!this.changeImg) { |
| | | if (time != null) { |
| | | clearTimeout(time); |
| | | time = null; |
| | | } |
| | | $('.l-n-b-m-search').css({ |
| | | 'display': 'none', |
| | | }) |
| | | $('#left-tree-list').css({ |
| | | 'display': 'none', |
| | | }) |
| | | $('.left-navigation-bar-main').css({ |
| | | 'width': '0px', |
| | | 'padding': '0px', |
| | | 'height': '0px', |
| | | }); |
| | | if (time != null) { |
| | | clearTimeout(time); |
| | | time = null; |
| | | } |
| | | time = setTimeout(() => { |
| | | $('.left-navigation-bar-main').css({ |
| | | 'display': 'none' |
| | | }); |
| | | clearTimeout(time); |
| | | time = null; |
| | | }, 500); |
| | | } |
| | | }) |
| | | |
| | | |
| | | $('.jimu-widget-instructions').css({ |