main.vue 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <template>
  2. <div id="main">
  3. <header-view v-if="!isInFrame"></header-view>
  4. <main-header :isFixed="isFixed"></main-header>
  5. <main-nav></main-nav>
  6. <nuxt/>
  7. <footer-view></footer-view>
  8. <right-bar ref="rightBar"></right-bar>
  9. </div>
  10. </template>
  11. <script>
  12. import { Header, Footer, RightBar } from '~components/default'
  13. import { MainHeader, MainNav } from '~components/main'
  14. export default {
  15. name: 'mainView',
  16. data () {
  17. return {
  18. isFixed: false
  19. }
  20. },
  21. components: {
  22. HeaderView: Header,
  23. FooterView: Footer,
  24. RightBar,
  25. MainHeader,
  26. MainNav
  27. },
  28. created() {
  29. this.$root.$on('add_cart', this.drop)
  30. },
  31. mounted () {
  32. this.$nextTick(() => {
  33. window.addEventListener('scroll', () => {
  34. let obj = document.querySelector('#headerWrapperContent')
  35. let scrolled = document.documentElement.scrollTop || window.pageYOffset || document.body.scrollTop
  36. // console.log('scrollTop' + obj.scrollTop)
  37. // console.log('clientTop' + obj.clientTop)
  38. // console.log('offsetTop' + obj.offsetTop)
  39. // console.log('scrollY' + obj.scrollY)
  40. // console.log('---------------------')
  41. // 写死是因为获取不到
  42. this.isFixed = scrolled >= obj.offsetTop
  43. }, false)
  44. })
  45. },
  46. methods: {
  47. drop(el) {
  48. this.$refs.rightBar.drop(el)
  49. }
  50. },
  51. head () {
  52. return {
  53. title: this.title || '【优软商城】IC电子元器件现货采购交易平台商城',
  54. meta: [
  55. {hid: 'description', name: 'description', content: this.description || '优软商城(mall.usoftchina.com)是中国领先的IC电子元器件现货采购交易网上商城,提供上千万种电子元器件现货采购交易,采购电子元器件就上优软商城!'},
  56. {hid: 'keywords', name: 'keywords', content: this.keywords || '优软商城'}
  57. ]
  58. }
  59. },
  60. computed: {
  61. isMobile: function () {
  62. return this.$store.state.option.isMobile
  63. },
  64. title () {
  65. let path = this.$route.path
  66. if (path === '/product/kind/home') {
  67. return '电子元器件器件选型参数型号查询器件类别分类大全-优软商城'
  68. } else if (path.startsWith('/product/kind/')) {
  69. if (this.kinds[this.kinds.length - 1]) {
  70. return this.kinds[this.kinds.length - 1].nameCn + '产品品牌型号大全-优软商城'
  71. }
  72. return ''
  73. } else if (path.startsWith('/product/component/')) {
  74. if (this.componentDetail && this.componentDetail.brand) {
  75. return this.componentDetail.brand.nameCn + this.componentDetail.code + '参数|供应商|数据手册中文资料|规格书-优软商城'
  76. } else {
  77. return ''
  78. }
  79. } else if (path.startsWith('/product/brand/brandList/')) {
  80. return 'IC电子元器件品牌中心品牌大全-优软商城'
  81. } else if (path.startsWith('/product/brand/')) {
  82. if (this.brandDetail.nameEn) {
  83. return this.brandDetail.nameEn + '(' + this.brandDetail.nameCn + ')产品分类及产品型号大全-优软商城'
  84. }
  85. return '【优软商城】IC电子元器件现货采购交易平台商城'
  86. } else if (path === '/provider/factories') {
  87. return 'IC电子元器件厂家原厂直销原厂专卖店大全-优软商城'
  88. } else if (path === '/provider/home') {
  89. return 'IC电子元器件代理商经销商专营店大全-优软商城'
  90. } else if (path === '/news') {
  91. return 'IC电子元器件行业市场资讯新闻-优软商城'
  92. } else if (path.startsWith('/news/')) {
  93. return this.newsDetail.title + '-电子元器件行业资讯-优软商城' || 'IC电子元器件行业市场资讯新闻-优软商城'
  94. } else if (path === '/search') {
  95. return this.$route.query.w + '-产品搜索-优软商城'
  96. } else if (path === '/searchStore') {
  97. return this.$route.query.w + '-店铺搜索-优软商城'
  98. } else {
  99. return '【优软商城】IC电子元器件现货采购交易平台商城'
  100. }
  101. },
  102. description () {
  103. let path = this.$route.path
  104. if (path === '/product/kind/home') {
  105. return '优软商城电子元器件器件型号查询器件类别分类大全,优软商城提供元器件智能选型服务,能让您完美的找到热门型号的替代型号产品,一键搜索功能让您快速找到您想要的型号。'
  106. } else if (path.startsWith('/product/kind/')) {
  107. if (this.kinds[this.kinds.length - 1]) {
  108. return '优软商城' + this.kinds[this.kinds.length - 1].nameCn + '产品品牌型号大全,能让您快速的找到' + this.kinds[this.kinds.length - 1].nameCn + '产品品牌型号。'
  109. }
  110. return ''
  111. } else if (path.startsWith('/product/component/')) {
  112. if (this.componentDetail && this.componentDetail.brand) {
  113. return '优软商城提供' + this.componentDetail.brand.nameCn + this.componentDetail.code + '数据手册中文资料规格书下载,' + this.componentDetail.code + '供应商及参数报价。'
  114. } else {
  115. return ''
  116. }
  117. } else if (path.startsWith('/product/brand/brandList/')) {
  118. return 'IC电子元器件品牌中心品牌大全,优软商城品牌中心汇聚国内国际电子元器件品牌,全力打造国家级元器件电商品台。'
  119. } else if (path.startsWith('/product/brand/')) {
  120. if (this.brandDetail.brief) {
  121. return this.brandDetail.brief || '优软商城(mall.usoftchina.com)是中国领先的IC电子元器件现货采购交易网上商城,提供上千万种电子元器件现货采购交易,采购电子元器件就上优软商城!'
  122. }
  123. return ''
  124. } else if (path === '/provider/factories') {
  125. return 'IC电子元器件厂家原厂直销原厂专卖店大全,优软商城原厂专区提供IC电子元器件厂家原厂直销原厂专卖店大全。'
  126. } else if (path === '/provider/home') {
  127. return 'IC电子元器件代理商经销商专营店大全,优软商城代理经销专区提供IC电子元器件代理商经销商专卖店大全。'
  128. } else if (path === '/news') {
  129. return '优软商城电子元器件采购网提供精准的电子快讯,电子资讯,电子元器件资讯。'
  130. } else if (path.startsWith('/news/')) {
  131. return this.newsDetail.summary
  132. } else {
  133. return '优软商城(mall.usoftchina.com)是中国领先的IC电子元器件现货采购交易网上商城,提供上千万种电子元器件现货采购交易,采购电子元器件就上优软商城!'
  134. }
  135. },
  136. keywords () {
  137. let path = this.$route.path
  138. if (path === '/product/kind/home') {
  139. return '电子元器件分类,电子元器件参数,电子元器件型号,电子元器件类别'
  140. } else if (path.startsWith('/product/kind/')) {
  141. if (this.kinds[this.kinds.length - 1]) {
  142. return this.kinds[this.kinds.length - 1].nameCn
  143. }
  144. return ''
  145. } else if (path.startsWith('/product/component/')) {
  146. if (this.componentDetail) {
  147. return this.componentDetail.code + '供应商,' + this.componentDetail.code + '数据手册,' + this.componentDetail.code + '规格书'
  148. } else {
  149. return ''
  150. }
  151. } else if (path.startsWith('/product/brand/brandList/')) {
  152. return 'ic,元器件,品牌'
  153. } else if (path.startsWith('/product/brand/')) {
  154. if (this.brandDetail.nameEn) {
  155. return this.brandDetail.nameEn + '(' + this.brandDetail.nameCn
  156. }
  157. return '优软商城'
  158. } else if (path === '/provider/factories') {
  159. return '电子元器件原厂,电子元器件厂家'
  160. } else if (path === '/provider/home') {
  161. return 'ic代理商,ic经销商,电子元器件代理商 , 电子元器件经销商'
  162. } else if (path === '/news') {
  163. return '元器件新闻,电子资讯,电子元器件资讯'
  164. } else if (path.startsWith('/news/')) {
  165. return ''
  166. } else {
  167. return '优软商城'
  168. }
  169. },
  170. kinds () {
  171. return this.$store.state.product.kind.kindsParentWithBother.data
  172. },
  173. componentDetail () {
  174. return this.$store.state.componentDetail.detail.data
  175. },
  176. brandDetail () {
  177. return this.$store.state.brandDetail.detail.data
  178. },
  179. newsDetail () {
  180. return this.$store.state.newsData.detailNews.detailNews.data
  181. }
  182. }
  183. }
  184. </script>