| | |
| | | <div class="pr-16 flex justify-between"> |
| | | <h5>{{ t("cu-s1-2-d1") }}</h5> |
| | | <h5 class="link-middle-text" @click="gotoPage('mail')"> |
| | | {{ t("support@pepperstone.com") }} |
| | | {{ t("support@Coinzne.com") }} |
| | | </h5> |
| | | </div> |
| | | <div class="pr-16 flex justify-between"> |
| | | <h5>{{ t("cu-s1-2-d2") }}</h5> |
| | | <h5 class="link-middle-text" @click="gotoPage('mail')"> |
| | | {{ t("marketing@pepperstone.com") }} |
| | | {{ t("marketing@Coinzne.com") }} |
| | | </h5> |
| | | </div> |
| | | </div> |
| | |
| | | |
| | | const gotoPage = (path) => { |
| | | if (path === "mail") { |
| | | window.location.href = "mailto:support@pepperstone.com"; |
| | | window.location.href = "mailto:support@Coinzne.com"; |
| | | return; |
| | | } |
| | | if (path === "tel") { |