保誠-保戶業務員媒合平台
Mila
2021-11-15 3e8c86ebf61df1ac5c9dfd96c7a829a2cd9ec4a2
PAMapp/components/Consultant/ConsultantSwiper.vue
@@ -10,7 +10,7 @@
          :key="index"
        >
            <div class="consultantCardStyle" >
              <el-avatar class="mb-10" :size="80" :src="agentInfo.img"></el-avatar>
              <UiAvatar :size="80" :fileName="agentInfo.img" class="mb-10"></UiAvatar>
              <div class="name">{{agentInfo.name}}</div>
              <div>
                <i class="icon-star pam-icon icon--yellow"></i>
@@ -56,7 +56,8 @@
    }
    clkItem(loopIndex: number, realIndex: number) {
      this.$router.push('/agentInfo');
      const agentNo = this.agents[realIndex].agentNo;
      this.$router.push(`/agentInfo/${agentNo}`);
      console.log(loopIndex, realIndex, 'clkItem')
    }