()
| 7446 | } |
| 7447 | |
| 7448 | checkClickHref() { |
| 7449 | if (this.nextLinkHref === '#') { |
| 7450 | this.urlChanged(); |
| 7451 | isPause = true; |
| 7452 | if (!this.nextLinkHref) isLoading = false; |
| 7453 | } |
| 7454 | } |
| 7455 | |
| 7456 | needCheckClick(ele) { |
| 7457 | return this.nextLinkHref === '#' && !picker.contains(ele) && ele.parentNode && !ele.parentNode.classList.contains('pagetual_pageBar'); |