PAMapp/components/Consultant/ConsultantSwiper.vue
@@ -35,10 +35,10 @@ @Component export default class UiSwiper extends Vue { @Prop() agents!: Consultant[]; @Prop() agents!: Consultant[]; hideReviews = hideReviews ; swiperOptions: SwiperOptions = { loop: false, slideToClickedSlide: false, @@ -58,6 +58,8 @@ } } ////////////////////////////////////////////////////////////////////// clkItem(loopIndex: number, realIndex: number) { const agentNo = this.agents[loopIndex].agentNo; this.$router.push(`/agentInfo/${agentNo}`);