保誠-保戶業務員媒合平台
HelenHuang
2021-12-03 27513e775a91e24ef305e9962bd2d795d1f97353
PAMapp/components/Consultant/ConsultantCard.vue
@@ -154,9 +154,7 @@
    reserveCommunication() {
        const contactStatus = this.agentInfo.contactStatus;
        if (!contactStatus || contactStatus === 'picked') {
            isLogin()
                ? this.$router.push(`/questionnaire/${this.agentInfo.agentNo}`)
                : this.$router.push('/login');
            this.$router.push(`/questionnaire/${this.agentInfo.agentNo}`)
        } else {
            this.openPopUp();
        }
@@ -264,7 +262,10 @@
    .dialogInfo {
        font-size: 20px;
        overflow-y:scroll;
        height: 400px;
        max-height: 50vh;
        @include desktop {
            height: 400px;
        }
    }
</style>