You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// line 305if(prevPage&&options.goTowards==='prev'){this.translate(currentPage,pageWidth,speed,callback);this.translate(prevPage,0,speed);}elseif(nextPage&&options.goTowards==='next'){this.translate(currentPage,-pageWidth,speed,callback);this.translate(nextPage,0,speed);}
// line 344if(newIndex<this.index){this.doAnimate('goto',{
newIndex,prevPage: this.pages[newIndex],goTowards: 'prev'// towards prev});}else{this.doAnimate('goto',{
newIndex,nextPage: this.pages[newIndex],goTowards: 'next'// towards next});}
出现问题之后左右滑动一下,问题就消失了。
The text was updated successfully, but these errors were encountered: