|  | @@ -137,8 +137,8 @@ export default {
 | 
											
												
													
														|  |    mounted() {
 |  |    mounted() {
 | 
											
												
													
														|  |      if (this.$route.query.id) {
 |  |      if (this.$route.query.id) {
 | 
											
												
													
														|  |        this.teamid = this.$route.query.id;
 |  |        this.teamid = this.$route.query.id;
 | 
											
												
													
														|  | -      window.addEventListener("scroll", this.getScroll);
 |  | 
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  | 
 |  | +      window.addEventListener("scroll", this.getScroll);
 | 
											
												
													
														|  |      this.init();
 |  |      this.init();
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    deactivated() {
 |  |    deactivated() {
 | 
											
										
											
												
													
														|  | @@ -149,6 +149,7 @@ export default {
 | 
											
												
													
														|  |        `${this.teamid}sound`,
 |  |        `${this.teamid}sound`,
 | 
											
												
													
														|  |        JSON.stringify(this.activeSoundList)
 |  |        JSON.stringify(this.activeSoundList)
 | 
											
												
													
														|  |      );
 |  |      );
 | 
											
												
													
														|  | 
 |  | +     window.removeEventListener("scroll", this.getScroll);
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    activated() {
 |  |    activated() {
 | 
											
												
													
														|  |      if (
 |  |      if (
 | 
											
										
											
												
													
														|  | @@ -622,6 +623,7 @@ export default {
 | 
											
												
													
														|  |        return obj;
 |  |        return obj;
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |      getScroll() {
 |  |      getScroll() {
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |        this.scrollTop =
 |  |        this.scrollTop =
 | 
											
												
													
														|  |          window.pageYOffset ||
 |  |          window.pageYOffset ||
 | 
											
												
													
														|  |          document.documentElement.scrollTop ||
 |  |          document.documentElement.scrollTop ||
 |