| | |
| | | <div class="smTxt_bold mb-10 text--prudential_grey">專長領域</div> |
| | | <div class="p bold">#財務規劃</div> |
| | | </div> |
| | | <div class="parallelBtns"> |
| | | <div class="fixedBtn text--center"> |
| | | <el-button @click="addConsultant"> |
| | | <i class="icon-add smTxt"></i> |
| | | <span>顧問清單</span> |
| | | </el-button> |
| | | <el-button |
| | | @click="$router.push('/communication/myDemand')" |
| | | @click="reserveCommunication" |
| | | type="primary" |
| | | >進行預約</el-button> |
| | | </div> |
| | |
| | | <script lang="ts"> |
| | | import { ElCarousel } from 'element-ui/types/carousel'; |
| | | import { Vue, Component } from 'vue-property-decorator'; |
| | | import { isLogin } from '~/assets/ts/auth'; |
| | | import { isMobileDevice } from '~/assets/ts/device'; |
| | | |
| | | @Component |
| | |
| | | : this.isVisibleDialog = true; |
| | | } |
| | | |
| | | reserveCommunication() { |
| | | isLogin() ? this.$router.push('/questionnaire') : this.$router.push('/login'); |
| | | } |
| | | |
| | | |
| | | } |
| | | </script> |
| | | |
| | |
| | | margin: 0 auto; |
| | | } |
| | | |
| | | .parallelBtns { |
| | | display: flex; |
| | | justify-content: center; |
| | | .fixedBtn { |
| | | position: fixed; |
| | | bottom: 30px; |
| | | left: 50%; |
| | | transform: translateX(-50%); |
| | | width: 100%; |
| | | |
| | | .el-button { |
| | | padding: 10px 0; |
| | | width: 45%; |
| | | } |
| | | } |
| | | |
| | | .pam-left-arrow,.pam-right-arrow { |