|
@@ -10,7 +10,7 @@
|
|
|
class="footer-banner"
|
|
|
fit="cover"></el-image>
|
|
|
<div class="top-item">
|
|
|
- <p>Need ideas? Samples? Art assistance?</p>
|
|
|
+ <p>Need ideas? Samples? Art assistance?</p>
|
|
|
<p>Get in touch, we're here to help</p>
|
|
|
<!-- <el-button
|
|
|
class="btn btn-red"
|
|
@@ -32,106 +32,107 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="footer-middle com-margin-auto">
|
|
|
- <div class="middle com-margin-auto com-flex">
|
|
|
- <div class="middle-item-left">
|
|
|
- <img
|
|
|
- src="@/assets/img/logo_footer.png"
|
|
|
- alt="" />
|
|
|
- <p>{{ indexConfigWebsite.company_introduction }}</p>
|
|
|
- </div>
|
|
|
- <div class="middle-item-right">
|
|
|
- <div class="item-menu">
|
|
|
- <div class="item-title">OUR PRODUCTS</div>
|
|
|
- <div class="item-line"></div>
|
|
|
- <div class="item-content">
|
|
|
- <div>
|
|
|
- <ul>
|
|
|
- <li
|
|
|
- v-for="item in productList"
|
|
|
- :key="item.id">
|
|
|
- <nuxt-link
|
|
|
- :to="{
|
|
|
- name: 'category-firstCategory',
|
|
|
- params: {
|
|
|
- firstCategory: item.name
|
|
|
- .replace(/\s+/g, '-')
|
|
|
- .replace('-&', '')
|
|
|
- .toLowerCase(),
|
|
|
- id: item.id,
|
|
|
- },
|
|
|
- }">
|
|
|
- {{ item.name }}
|
|
|
- </nuxt-link>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
+ <div class="middle com-margin-auto com-flex">
|
|
|
+ <div class="middle-item-left">
|
|
|
+ <img
|
|
|
+ src="@/assets/img/logo_footer.png"
|
|
|
+ alt="" />
|
|
|
+ <p>{{ indexConfigWebsite.company_introduction }}</p>
|
|
|
+ </div>
|
|
|
+ <div class="middle-item-right">
|
|
|
+ <div class="item-menu">
|
|
|
+ <div class="item-title">OUR PRODUCTS</div>
|
|
|
+ <div class="item-line"></div>
|
|
|
+ <div class="item-content">
|
|
|
+ <div>
|
|
|
+ <ul>
|
|
|
+ <li
|
|
|
+ v-for="item in productList"
|
|
|
+ :key="item.id">
|
|
|
+ <nuxt-link
|
|
|
+ :to="{
|
|
|
+ name: 'category-firstCategory',
|
|
|
+ params: {
|
|
|
+ firstCategory: item.name
|
|
|
+ .replace(/\s+/g, '-')
|
|
|
+ .replace('-&', '')
|
|
|
+ .toLowerCase(),
|
|
|
+ id: item.id,
|
|
|
+ },
|
|
|
+ }">
|
|
|
+ {{ item.name }}
|
|
|
+ </nuxt-link>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="item-menu">
|
|
|
- <div class="item-title">CUSTOMER SUPPORT</div>
|
|
|
- <div class="item-line"></div>
|
|
|
- <div class="item-content">
|
|
|
- <div>
|
|
|
- <!-- <nuxt-link to="/home/helpCenter">Help Center </nuxt-link> -->
|
|
|
- <a
|
|
|
- href="mailto:Info@promocollection.com.au?subject=Sample%20Request"
|
|
|
- v-show="audit_status">
|
|
|
- Sample Request
|
|
|
- </a>
|
|
|
- <nuxt-link to="/home/termsConditions">
|
|
|
- Terms & Conditions
|
|
|
- </nuxt-link>
|
|
|
- <!-- <nuxt-link
|
|
|
+ </div>
|
|
|
+ <div class="item-menu">
|
|
|
+ <div class="item-title">CUSTOMER SUPPORT</div>
|
|
|
+ <div class="item-line"></div>
|
|
|
+ <div class="item-content">
|
|
|
+ <div>
|
|
|
+ <!-- <nuxt-link to="/home/helpCenter">Help Center </nuxt-link> -->
|
|
|
+ <a
|
|
|
+ href="mailto:Info@promocollection.uk?subject=Sample%20Request"
|
|
|
+ v-show="audit_status">
|
|
|
+ Sample Request
|
|
|
+ </a>
|
|
|
+ <nuxt-link to="/home/termsConditions">
|
|
|
+ Terms & Conditions
|
|
|
+ </nuxt-link>
|
|
|
+ <!-- <nuxt-link
|
|
|
to="/home/refundReturns"
|
|
|
v-show="audit_status">
|
|
|
Refund & Returns
|
|
|
</nuxt-link> -->
|
|
|
- </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="item-menu">
|
|
|
- <div class="item-title">ADDITIONAL INFO</div>
|
|
|
- <div class="item-line"></div>
|
|
|
- <div class="item-content">
|
|
|
- <div>
|
|
|
- <nuxt-link to="/media" target="_self">Media Centre
|
|
|
- </nuxt-link>
|
|
|
- <nuxt-link to="/home/newsLetter"> NewsLetter </nuxt-link>
|
|
|
- <nuxt-link
|
|
|
- to="/home/downloadCenter"
|
|
|
- v-show="audit_status">
|
|
|
- Download Center
|
|
|
- </nuxt-link>
|
|
|
- <!-- <nuxt-link to="/home/FAQs"> FAQ </nuxt-link> -->
|
|
|
- <nuxt-link to="/home/privacyPolicy">
|
|
|
- Privacy Policy
|
|
|
- </nuxt-link>
|
|
|
- <nuxt-link
|
|
|
- to="/home/contact"
|
|
|
- v-if="isLogin">
|
|
|
- Contact Us
|
|
|
- </nuxt-link>
|
|
|
- <nuxt-link
|
|
|
- to="/home/contactPromoCollection"
|
|
|
- v-else>
|
|
|
- Contact Us
|
|
|
- </nuxt-link>
|
|
|
- <nuxt-link
|
|
|
- :to="{
|
|
|
- name: 'news-newsName',
|
|
|
- params: { newsName: 'About-Us' },
|
|
|
- }"
|
|
|
- >About Us
|
|
|
- </nuxt-link>
|
|
|
- <div
|
|
|
- class="item-content-a"
|
|
|
- @click="goApiWord">
|
|
|
- API
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ <div class="item-menu">
|
|
|
+ <div class="item-title">ADDITIONAL INFO</div>
|
|
|
+ <div class="item-line"></div>
|
|
|
+ <div class="item-content">
|
|
|
+ <div>
|
|
|
+ <nuxt-link
|
|
|
+ to="/media"
|
|
|
+ target="_self"
|
|
|
+ >Media Centre
|
|
|
+ </nuxt-link>
|
|
|
+ <nuxt-link to="/home/newsLetter"> NewsLetter </nuxt-link>
|
|
|
+ <nuxt-link
|
|
|
+ to="/home/downloadCenter"
|
|
|
+ v-show="audit_status">
|
|
|
+ Download Center
|
|
|
+ </nuxt-link>
|
|
|
+ <!-- <nuxt-link to="/home/FAQs"> FAQ </nuxt-link> -->
|
|
|
+ <nuxt-link to="/home/privacyPolicy"> Privacy Policy </nuxt-link>
|
|
|
+ <nuxt-link
|
|
|
+ to="/home/contact"
|
|
|
+ v-if="isLogin">
|
|
|
+ Contact Us
|
|
|
+ </nuxt-link>
|
|
|
+ <nuxt-link
|
|
|
+ to="/home/contactPromoCollection"
|
|
|
+ v-else>
|
|
|
+ Contact Us
|
|
|
+ </nuxt-link>
|
|
|
+ <nuxt-link
|
|
|
+ :to="{
|
|
|
+ name: 'news-newsName',
|
|
|
+ params: { newsName: 'About-Us' },
|
|
|
+ }"
|
|
|
+ >About Us
|
|
|
+ </nuxt-link>
|
|
|
+ <div
|
|
|
+ class="item-content-a"
|
|
|
+ @click="goApiWord">
|
|
|
+ API
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div
|
|
|
v-show="flag_scroll"
|
|
@@ -167,13 +168,35 @@
|
|
|
alt="" />
|
|
|
</a>
|
|
|
</div>
|
|
|
+ <div class="contact">
|
|
|
+ <div>(+44)203 916 5098</div>
|
|
|
+ <div>info@promocollection.uk</div>
|
|
|
+ </div>
|
|
|
+ <div class="flex icon-wrap">
|
|
|
+ <img
|
|
|
+ src="@/assets/img/footer/uk_foot3.jpg"
|
|
|
+ height="68.4"
|
|
|
+ width="143"
|
|
|
+ style="margin-right: 20px" />
|
|
|
+ <img
|
|
|
+ src="@/assets/img/footer/uk_foot4.png"
|
|
|
+ height="68.4"
|
|
|
+ width="68.4"
|
|
|
+ style="margin-right: 20px" />
|
|
|
+ <img
|
|
|
+ src="@/assets/img/footer/uk_foot5.jpg"
|
|
|
+ height="64.82"
|
|
|
+ width="261" />
|
|
|
+ </div>
|
|
|
<div class="footer-bottom-item-right">
|
|
|
{{ indexConfigWebsite.version_info }}
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <dialog-XX-success :imgShow=false
|
|
|
- :visible.sync="xxContentVisible" :desc="xxDesc"></dialog-XX-success>
|
|
|
+ <dialog-XX-success
|
|
|
+ :imgShow="false"
|
|
|
+ :visible.sync="xxContentVisible"
|
|
|
+ :desc="xxDesc"></dialog-XX-success>
|
|
|
</footer>
|
|
|
</template>
|
|
|
|
|
@@ -246,10 +269,13 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
openLoginDialog() {
|
|
|
- if(this.$utils.checkLogin()){
|
|
|
- this.$router.push({name: 'news-newsName',params: { newsName: 'About-Us' }})
|
|
|
- }else{
|
|
|
- this.openDialog();
|
|
|
+ if (this.$utils.checkLogin()) {
|
|
|
+ this.$router.push({
|
|
|
+ name: 'news-newsName',
|
|
|
+ params: { newsName: 'About-Us' },
|
|
|
+ })
|
|
|
+ } else {
|
|
|
+ this.openDialog()
|
|
|
}
|
|
|
},
|
|
|
goApiWord() {
|
|
@@ -262,9 +288,10 @@ export default {
|
|
|
} else {
|
|
|
this.submitLoading = false
|
|
|
this.xxContentVisible = true
|
|
|
- this.xxDesc = 'If you encounter difficulties, please contact info@promocollection.com.au'
|
|
|
+ this.xxDesc =
|
|
|
+ 'If you encounter difficulties, please contact info@promocollection.uk'
|
|
|
// this.$message.error(
|
|
|
- // 'If you encounter difficulties, please contact info@promocollection.com.au'
|
|
|
+ // 'If you encounter difficulties, please contact info@promocollection.uk'
|
|
|
// )
|
|
|
}
|
|
|
} else {
|
|
@@ -351,7 +378,6 @@ footer {
|
|
|
height: 377px;
|
|
|
.footer-middle-item {
|
|
|
width: 100%;
|
|
|
-
|
|
|
}
|
|
|
}
|
|
|
.middle-item-left {
|
|
@@ -375,15 +401,15 @@ footer {
|
|
|
justify-content: space-around;
|
|
|
margin-top: 35px;
|
|
|
.item-menu {
|
|
|
- &:nth-child(2){
|
|
|
+ &:nth-child(2) {
|
|
|
margin-left: 80px;
|
|
|
}
|
|
|
- &:last-child{
|
|
|
+ &:last-child {
|
|
|
margin-left: 35px;
|
|
|
}
|
|
|
height: 172px;
|
|
|
.item-title {
|
|
|
- white-space:nowrap;
|
|
|
+ white-space: nowrap;
|
|
|
height: 20px;
|
|
|
line-height: 20px;
|
|
|
font-size: 14px;
|
|
@@ -403,7 +429,7 @@ footer {
|
|
|
height: 100%;
|
|
|
a,
|
|
|
.item-content-a {
|
|
|
- white-space:nowrap;
|
|
|
+ white-space: nowrap;
|
|
|
display: block;
|
|
|
// width: 120px;
|
|
|
height: 20px;
|
|
@@ -413,9 +439,9 @@ footer {
|
|
|
color: #4a596c;
|
|
|
padding-bottom: 5px;
|
|
|
cursor: pointer;
|
|
|
- &:hover{
|
|
|
- color: #006dc9;
|
|
|
- }
|
|
|
+ &:hover {
|
|
|
+ color: #006dc9;
|
|
|
+ }
|
|
|
}
|
|
|
ul {
|
|
|
display: flex;
|
|
@@ -423,13 +449,13 @@ footer {
|
|
|
flex-wrap: wrap;
|
|
|
width: 200px;
|
|
|
li {
|
|
|
- &:nth-child(even){
|
|
|
- a{
|
|
|
+ &:nth-child(even) {
|
|
|
+ a {
|
|
|
width: 80px;
|
|
|
}
|
|
|
}
|
|
|
- &:nth-child(odd){
|
|
|
- a{
|
|
|
+ &:nth-child(odd) {
|
|
|
+ a {
|
|
|
width: 120px;
|
|
|
}
|
|
|
}
|
|
@@ -466,13 +492,25 @@ footer {
|
|
|
.footer-bottom {
|
|
|
width: 100%;
|
|
|
background-color: #f1f4f9;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 14px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #4a596c;
|
|
|
+ .contact div {
|
|
|
+ margin-bottom: 6px;
|
|
|
+ }
|
|
|
+ .icon-wrap {
|
|
|
+ padding: 0 4px;
|
|
|
+ }
|
|
|
.footer-bottom-item {
|
|
|
- height: 56px;
|
|
|
+ padding: 4px;
|
|
|
+ min-height: 130px;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
+ flex-wrap: wrap;
|
|
|
.footer-bottom-item-left {
|
|
|
- margin-left: 50px;
|
|
|
+ padding: 0 10px 0 0;
|
|
|
a {
|
|
|
cursor: pointer;
|
|
|
img {
|
|
@@ -482,11 +520,6 @@ footer {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .footer-bottom-item-right {
|
|
|
- font-size: 12px;
|
|
|
- font-weight: 400;
|
|
|
- color: #4a596c;
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
}
|