PcFooter.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  1. <template>
  2. <footer>
  3. <div
  4. class="footer-top"
  5. v-if="footerBannerList.length > 0">
  6. <el-image
  7. lazy
  8. :src="footerBannerList[0].image"
  9. alt=""
  10. class="footer-banner"
  11. fit="cover"></el-image>
  12. <div class="top-item">
  13. <p>Need ideas? Samples? Art assistance?</p>
  14. <p>Get in touch, we're here to help</p>
  15. <!-- <el-button
  16. class="btn btn-red"
  17. @click="openLoginDialog">
  18. Become a member
  19. </el-button> -->
  20. <div class="btn btn-blue">
  21. <nuxt-link
  22. to="/home/contact"
  23. v-if="isLogin">
  24. Contact Us
  25. </nuxt-link>
  26. <nuxt-link
  27. to="/home/contactPromoCollection"
  28. v-else>
  29. Contact Us
  30. </nuxt-link>
  31. </div>
  32. </div>
  33. </div>
  34. <div class="footer-middle com-margin-auto">
  35. <div class="middle com-margin-auto com-flex">
  36. <div class="middle-item-left">
  37. <img
  38. src="@/assets/img/logo_footer.png"
  39. alt="" />
  40. <p>{{ indexConfigWebsite.company_introduction }}</p>
  41. </div>
  42. <div class="middle-item-right">
  43. <div class="item-menu">
  44. <div class="item-title">OUR PRODUCTS</div>
  45. <div class="item-line"></div>
  46. <div class="item-content">
  47. <div>
  48. <ul>
  49. <li
  50. v-for="item in productList"
  51. :key="item.id">
  52. <nuxt-link
  53. :to="{
  54. name: 'category-firstCategory',
  55. params: {
  56. firstCategory: item.name
  57. .replace(/\s+/g, '-')
  58. .replace('-&', '')
  59. .toLowerCase(),
  60. id: item.id,
  61. },
  62. }">
  63. {{ item.name }}
  64. </nuxt-link>
  65. </li>
  66. </ul>
  67. </div>
  68. </div>
  69. </div>
  70. <div class="item-menu">
  71. <div class="item-title">CUSTOMER SUPPORT</div>
  72. <div class="item-line"></div>
  73. <div class="item-content">
  74. <div>
  75. <!-- <nuxt-link to="/home/helpCenter">Help Center </nuxt-link> -->
  76. <a
  77. href="mailto:Info@promocollection.uk?subject=Sample%20Request"
  78. v-show="audit_status">
  79. Sample Request
  80. </a>
  81. <nuxt-link to="/home/termsConditions">
  82. Terms & Conditions
  83. </nuxt-link>
  84. <!-- <nuxt-link
  85. to="/home/refundReturns"
  86. v-show="audit_status">
  87. Refund & Returns
  88. </nuxt-link> -->
  89. </div>
  90. </div>
  91. </div>
  92. <div class="item-menu">
  93. <div class="item-title">ADDITIONAL INFO</div>
  94. <div class="item-line"></div>
  95. <div class="item-content">
  96. <div>
  97. <nuxt-link
  98. to="/media"
  99. target="_self"
  100. >Media Centre
  101. </nuxt-link>
  102. <!-- <nuxt-link to="/home/newsLetter"> NewsLetter </nuxt-link> -->
  103. <nuxt-link
  104. to="/home/downloadCenter"
  105. v-show="audit_status">
  106. Download Center
  107. </nuxt-link>
  108. <!-- <nuxt-link to="/home/FAQs"> FAQ </nuxt-link> -->
  109. <nuxt-link to="/home/privacyPolicy"> Privacy Policy </nuxt-link>
  110. <nuxt-link
  111. to="/home/contact"
  112. v-if="isLogin">
  113. Contact Us
  114. </nuxt-link>
  115. <nuxt-link
  116. to="/home/contactPromoCollection"
  117. v-else>
  118. Contact Us
  119. </nuxt-link>
  120. <nuxt-link
  121. :to="{
  122. path: '/article/About-Us',
  123. }"
  124. >About Us
  125. </nuxt-link>
  126. <div
  127. class="item-content-a"
  128. @click="goApiWord">
  129. API
  130. </div>
  131. </div>
  132. </div>
  133. </div>
  134. </div>
  135. </div>
  136. <div
  137. v-show="flag_scroll"
  138. class="goTop"
  139. @click="backTop">
  140. <img
  141. src="@/assets/img/Floating.png"
  142. alt=""
  143. @click="backTop" />
  144. </div>
  145. </div>
  146. <div class="footer-bottom">
  147. <div class="footer-bottom-item com-width-1400 com-margin-auto">
  148. <div class="footer-bottom-item-left">
  149. <a href="https://www.facebook.com/PromoCollection/">
  150. <img
  151. src="@/assets/img/Shape 4.png"
  152. alt="" />
  153. </a>
  154. <a href="https://twitter.com/Promocollection/">
  155. <img
  156. src="@/assets/img/Shape 5.png"
  157. alt="" />
  158. </a>
  159. <a href="https://www.youtube.com/channel/UCXHWdW0Khk-TNxjObLqi7Yg">
  160. <img
  161. src="@/assets/img/Shape 7.png"
  162. alt="" />
  163. </a>
  164. <a href="https://www.instagram.com/promocollectionau/">
  165. <img
  166. src="@/assets/img/Shape 21.png"
  167. alt="" />
  168. </a>
  169. </div>
  170. <div class="contact">
  171. <div>(+44)203 916 5098</div>
  172. <div>info@promocollection.uk</div>
  173. </div>
  174. <div class="flex icon-wrap">
  175. <img
  176. src="@/assets/img/footer/uk_foot3.jpg"
  177. height="68.4"
  178. width="143"
  179. style="margin-right: 20px" />
  180. <img
  181. src="@/assets/img/footer/uk_foot4.png"
  182. height="68.4"
  183. width="68.4"
  184. style="margin-right: 20px" />
  185. <img
  186. src="@/assets/img/footer/uk_foot5.png"
  187. height="64.82"
  188. width="204" />
  189. </div>
  190. <div class="footer-bottom-item-right">
  191. {{ indexConfigWebsite.version_info }}
  192. </div>
  193. </div>
  194. </div>
  195. <dialog-XX-success
  196. :imgShow="false"
  197. :visible.sync="xxContentVisible"
  198. :desc="xxDesc"></dialog-XX-success>
  199. </footer>
  200. </template>
  201. <script>
  202. import { mapMutations } from 'vuex'
  203. import dialogXXSuccess from './DIalogXXSuccess.vue'
  204. export default {
  205. components: { 'dialog-XX-success': dialogXXSuccess },
  206. data() {
  207. return {
  208. footerBannerList: [],
  209. productList: [],
  210. indexConfigWebsite: [],
  211. aboutUsArticle: {},
  212. flag_scroll: false,
  213. scroll: 0,
  214. xxContentVisible: false,
  215. xxDesc: '',
  216. }
  217. },
  218. async fetch() {
  219. await this.$axios
  220. .post('/uk-api/home/indexBanner', { type: 6 })
  221. .then(res => {
  222. this.footerBannerList = res.result.data
  223. // this.$store.commit("config/setConfigInfo", res.result);
  224. })
  225. await this.$axios.post('/uk-api/home/indexConfigWebsite', { site: 1 }).then(res => {
  226. this.indexConfigWebsite = res.result
  227. this.$store.commit('config/setConfigInfo', res.result)
  228. })
  229. await this.$axios.post('/uk-api/common/shopProductList').then(res => {
  230. this.productList = res.result
  231. })
  232. await this.$axios
  233. .post('/uk-api/home/articleList', { keyword: 'About us' })
  234. .then(res => {
  235. this.aboutUsArticle = res.result.data[0]
  236. })
  237. },
  238. computed: {
  239. audit_status() {
  240. return this.$store.state.userInfo?.audit_status === 1
  241. },
  242. isLogin() {
  243. return !!this.$store.state.userInfo?.email
  244. },
  245. },
  246. methods: {
  247. ...mapMutations('config', ['setConfigInfo']),
  248. ...mapMutations(['openDialog']),
  249. backTop() {
  250. var timer = setInterval(function () {
  251. document.documentElement.scrollTop -= 20
  252. if (document.documentElement.scrollTop <= 0) {
  253. clearInterval(timer)
  254. }
  255. }, 10)
  256. },
  257. handleScroll() {
  258. const scrollobj =
  259. document.body.scrollTop + document.documentElement.scrollTop
  260. if (scrollobj > 500) {
  261. this.flag_scroll = true
  262. } else {
  263. this.flag_scroll = false
  264. }
  265. },
  266. openLoginDialog() {
  267. if (this.$utils.checkLogin()) {
  268. this.$router.push({
  269. name: 'news-newsName',
  270. params: { newsName: 'About-Us' },
  271. })
  272. } else {
  273. this.openDialog()
  274. }
  275. },
  276. goApiWord() {
  277. if (this.isLogin) {
  278. if (this.$store.state.userInfo.open_platform) {
  279. const { href } = this.$router.resolve({
  280. name: 'home-api',
  281. })
  282. window.open(href, '_black')
  283. } else {
  284. this.submitLoading = false
  285. this.xxContentVisible = true
  286. this.xxDesc =
  287. 'If you encounter difficulties, please contact info@promocollection.uk'
  288. // this.$message.error(
  289. // 'If you encounter difficulties, please contact info@promocollection.uk'
  290. // )
  291. }
  292. } else {
  293. this.openDialog()
  294. }
  295. },
  296. },
  297. mounted() {
  298. window.addEventListener('scroll', this.handleScroll, true)
  299. },
  300. destroyed() {
  301. window.removeEventListener('scroll', this.scrollToTop)
  302. },
  303. }
  304. </script>
  305. <style lang="scss" scoped>
  306. footer {
  307. line-height: 0;
  308. margin-top: 15px;
  309. font-family: Proxima Nova;
  310. .footer-top {
  311. position: relative;
  312. .footer-banner {
  313. width: 100%;
  314. height: 500px;
  315. }
  316. .top-item {
  317. position: absolute;
  318. top: 160px;
  319. left: 20%;
  320. p:first-of-type {
  321. width: 360px;
  322. height: 66px;
  323. font-size: 36px;
  324. font-weight: bold;
  325. color: #ffffff;
  326. line-height: 33px;
  327. margin-bottom: 18px;
  328. }
  329. p:nth-of-type(2) {
  330. width: 400px;
  331. height: 38px;
  332. font-size: 16px;
  333. font-weight: 400;
  334. color: #8290a1;
  335. line-height: 20px;
  336. margin-bottom: 16px;
  337. }
  338. .btn {
  339. width: 172px;
  340. height: 50px;
  341. line-height: 50px;
  342. border-radius: 6px;
  343. font-size: 14px;
  344. font-family: Proxima Nova;
  345. font-weight: bold;
  346. color: #ffffff;
  347. text-transform: uppercase;
  348. border: none;
  349. cursor: pointer;
  350. margin-right: 16px;
  351. text-align: center;
  352. a {
  353. display: block;
  354. width: 100%;
  355. color: #ffffff;
  356. }
  357. }
  358. .btn-red {
  359. background: #e90000;
  360. }
  361. .btn-blue {
  362. background: #0b6dc9;
  363. }
  364. }
  365. }
  366. .footer-middle {
  367. max-width: 1400px;
  368. .middle {
  369. display: flex;
  370. justify-content: space-around;
  371. background: url('@/assets/img/Shape 28.png') no-repeat;
  372. height: 377px;
  373. .footer-middle-item {
  374. width: 100%;
  375. }
  376. }
  377. .middle-item-left {
  378. margin-right: 10px;
  379. img {
  380. width: 241px;
  381. height: 65px;
  382. }
  383. p {
  384. max-width: 465px;
  385. font-size: 12px;
  386. font-weight: 400;
  387. color: #4a596c;
  388. line-height: 24px;
  389. margin-left: 20px;
  390. margin-top: 15px;
  391. }
  392. }
  393. .middle-item-right {
  394. display: flex;
  395. justify-content: space-around;
  396. margin-top: 35px;
  397. .item-menu {
  398. &:nth-child(2) {
  399. margin-left: 80px;
  400. }
  401. &:last-child {
  402. margin-left: 35px;
  403. }
  404. height: 172px;
  405. .item-title {
  406. white-space: nowrap;
  407. height: 20px;
  408. line-height: 20px;
  409. font-size: 14px;
  410. font-weight: bold;
  411. color: #000000;
  412. padding-bottom: 5px;
  413. }
  414. .item-line {
  415. width: 40px;
  416. height: 2px;
  417. background: #e90000;
  418. }
  419. .item-content {
  420. margin-top: 20px;
  421. height: 104px;
  422. div {
  423. height: 100%;
  424. a,
  425. .item-content-a {
  426. white-space: nowrap;
  427. display: block;
  428. // width: 120px;
  429. height: 20px;
  430. line-height: 20px;
  431. font-size: 0.87rem;
  432. font-weight: 400;
  433. color: #4a596c;
  434. padding-bottom: 5px;
  435. cursor: pointer;
  436. &:hover {
  437. color: #006dc9;
  438. }
  439. }
  440. ul {
  441. display: flex;
  442. justify-content: flex-start;
  443. flex-wrap: wrap;
  444. width: 200px;
  445. li {
  446. &:nth-child(even) {
  447. a {
  448. width: 80px;
  449. }
  450. }
  451. &:nth-child(odd) {
  452. a {
  453. width: 120px;
  454. }
  455. }
  456. a {
  457. display: inline-block;
  458. height: 20px;
  459. line-height: 20px;
  460. // font-size: 12px;
  461. font-size: 0.87rem;
  462. font-weight: 400;
  463. color: #4a596c;
  464. padding-bottom: 5px;
  465. cursor: pointer;
  466. }
  467. }
  468. }
  469. }
  470. }
  471. }
  472. }
  473. .goTop {
  474. width: 1.6cm;
  475. height: 1.6cm;
  476. position: fixed;
  477. z-index: 2;
  478. bottom: 2cm;
  479. right: 12px;
  480. cursor: pointer;
  481. img {
  482. width: 100%;
  483. }
  484. }
  485. }
  486. .footer-bottom {
  487. width: 100%;
  488. background-color: #f1f4f9;
  489. font-size: 12px;
  490. line-height: 14px;
  491. font-weight: 400;
  492. color: #4a596c;
  493. .contact div {
  494. margin-bottom: 6px;
  495. }
  496. .icon-wrap {
  497. padding: 0 4px;
  498. }
  499. .footer-bottom-item {
  500. padding: 4px;
  501. min-height: 130px;
  502. display: flex;
  503. justify-content: space-between;
  504. align-items: center;
  505. flex-wrap: wrap;
  506. .footer-bottom-item-left {
  507. padding: 0 10px 0 0;
  508. a {
  509. cursor: pointer;
  510. img {
  511. width: 19px;
  512. height: 20px;
  513. margin-left: 24px;
  514. }
  515. }
  516. }
  517. }
  518. }
  519. }
  520. </style>