next: function () {
            (this.options.continuous || this.index < this.num - 1) && this.slide(this.index + 1)
        },