upgraded for new changes
This commit is contained in:
@@ -8,14 +8,24 @@ const date = ref()
|
||||
const initialize = () => {
|
||||
date.value = new Date().getFullYear();
|
||||
}
|
||||
|
||||
|
||||
|
||||
const constact = () => {
|
||||
// window.open('/terms-and-conditions', '_blank');
|
||||
window.open('https://purityselect.com/contact/')
|
||||
};
|
||||
const gotoTermsCondition = () => {
|
||||
router.push('/terms-and-conditions');
|
||||
// window.open('/terms-and-conditions', '_blank');
|
||||
window.open('https://purityselect.com/terms-and-condition/')
|
||||
};
|
||||
const gotoPrivacyPolicy = () => {
|
||||
router.push('/privacy-policy');
|
||||
// window.open('/privacy-policy', '_blank');
|
||||
window.open('https://purityselect.com/privacy-policy/')
|
||||
};
|
||||
const gotoRefundPolicy = () => {
|
||||
router.push('/refund-policy');
|
||||
// window.open('/refund-policy', '_blank');
|
||||
window.open('https://purityselect.com/refund-and-return-policy/')
|
||||
};
|
||||
</script>
|
||||
<template>
|
||||
@@ -107,7 +117,7 @@ const gotoRefundPolicy = () => {
|
||||
<!-- <span>Message and data rates may apply</span> -->
|
||||
</div>
|
||||
<div class="contact-icons">
|
||||
<a href="#">Contact Us</a>
|
||||
<a @click="constact()">Contact Us</a>
|
||||
</div>
|
||||
<div class="contact-icons">
|
||||
<a type="button" @click="gotoTermsCondition()">Terms & Conditions</a>
|
||||
|
Reference in New Issue
Block a user