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