| | |
| | | |
| | | if (isLogin()) { |
| | | this.addFavoriteFromStorageToApi(); |
| | | getFavoriteConsultant().then((response) => this.consultantList = response.data); |
| | | getFavoriteConsultant().then((response) => { |
| | | this.consultantList = response.data.filter(item => item.contactStatus !== 'contacted') |
| | | }); |
| | | } else { |
| | | this.consultantList = getFavoriteFromStorage(); |
| | | } |
| | |
| | | background-image: url('~/assets/images/recommendConsultant/banner_mob.svg'); |
| | | } |
| | | |
| | | @media (min-width: 576px) and (max-width: 1023px) { |
| | | @media (min-width: 576px) and (max-width: 768px) { |
| | | .quickFilter.el-button--default { |
| | | background-image: url('~/assets/images/quickFilter/banner_web.svg'); |
| | | } |