保誠-保戶業務員媒合平台
Tomas
2022-01-19 c0946457d311eb1ced63f7dcbcf4bc3f0e33c55a
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}`);