Example #1
0
 this._scrollToTopSubscription = this.section$.subscribe(() => {
   this.content.scrollToTop();
 });
Example #2
0
 //点击到顶部
 tapEvent(e) {
   this.content.scrollToTop();
 }
Example #3
0
 scrollToIndexPageTop(): void {
     this.pageContent.scrollToTop();
 }
Example #4
0
 public scrollToTop(){
   this.content.scrollToTop();
 }
Example #5
0
 smoothscroll() {
   this.content.scrollToTop();
 };
Example #6
0
 scrollToDetailPageTop(): void {
     this.pageContent.scrollToTop();
 }