vue-swiper icon indicating copy to clipboard operation
vue-swiper copied to clipboard

getTranslateOfPage这个方法page-2是什么意思呢?

Open yy-dev7 opened this issue 7 years ago • 0 comments

return -[].reduce.call(this.slideEls, function (total, el, i) { return i > page - 2 ? total : total + el[propName]; }, 0) + this.translateOffset;

getTranslateOfPage这个方法page-2是什么意思呢?感谢回答

yy-dev7 avatar Jun 27 '17 09:06 yy-dev7