// e:\project\dy_video_all\初晴剧场\pages\home\home.ts Page({ data: { swiperCurrent: 0 }, onLoad: function (options) { }, handelSwiperChange(ev: any) { console.log(ev, "[[[[[[[[") const current = ev.detail.current; this.setData({ swiperCurrent: current }) }, toPathTap() { tt.navigateTo({ url: `/pages/search/search`, }); } })