index.vue 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. <template>
  2. <section class="container">
  3. <expericeBanner :bannerSrc="bannerSrc"></expericeBanner>
  4. <expericePlaceDesc :placeDescData="placeDescData"></expericePlaceDesc>
  5. <expericePeopleDesc :peopleDescData="peopleDescData"></expericePeopleDesc>
  6. <lineService></lineService>
  7. <expericePanoramic :PanoramicData="PanoramicData"></expericePanoramic>
  8. <expericeStyle :styleData="nativeStyleData"></expericeStyle>
  9. <expericeStyle :styleData="elegantStyleData"></expericeStyle>
  10. <expericeStyle :styleData="chineseStyleData"></expericeStyle>
  11. <expericeVideo></expericeVideo>
  12. <expericeHighLights :highLightsData="highLightsData"></expericeHighLights>
  13. <commonMap :mapData="mapData"></commonMap>
  14. <expericeAddress :addressData="addressData"></expericeAddress>
  15. </section>
  16. </template>
  17. <script>
  18. import axios from 'axios'
  19. import expericeBanner from '~/components/experice/expericeBanner'
  20. import expericePlaceDesc from '~/components/experice/expericePlaceDesc'
  21. import expericePeopleDesc from '~/components/experice/expericePeopleDesc'
  22. import expericePanoramic from '~/components/experice/expericePanoramic'
  23. import expericeStyle from '~/components/experice/expericeStyle'
  24. import expericeVideo from '~/components/experice/expericeVideo.vue'
  25. import expericeHighLights from '~/components/experice/expericeHighLights'
  26. import lineService from '~/components/experice/lineService.vue'
  27. import commonMap from '~/components/common/commonMap'
  28. import expericeAddress from '~/components/experice/expericeAddress'
  29. export default {
  30. data (){
  31. return {
  32. bannerSrc:'http://img.visney.cn/img/nuxtPc/experice-dg/banner.png',
  33. placeDescData: {
  34. placeDescTitle: '东莞',
  35. placeDescTitleE: 'Dong Guan',
  36. placeDesc: '又称“莞城“,位于珠江口东岸,广东四小虎之首。也号称“世界工厂”国际花园城市,全国文明城市广东重要的交通枢纽和外贸口岸,经济交通十分发达,更是全国4个不设县的地级市之一。',
  37. placeDescEn: [
  38. 'Also known as "Guancheng", ',
  39. 'located on the east coast of the Pearl River Estuary,',
  40. 'the first of four tigers in Guangdong. It is also known as the "world factory"',
  41. 'The International Garden City, the national civilized city,',
  42. "Guangdong's important transport hub and foreign trade port.",
  43. ],
  44. placeDescImgSrc: [
  45. 'http://img.visney.cn/img/nuxtPc/experice-dg/place_desc_right1.png','http://img.visney.cn/img/nuxtPc/experice-dg/place_desc_right2.png','http://img.visney.cn/img/nuxtPc/experice-dg/place_desc_right3.png'
  46. ],
  47. placeDescImgName: ['粤剧','舞狮','东莞咸面']
  48. },
  49. peopleDescData: {
  50. peopleDescTitleCn: 'DONG GUAN',
  51. peopleDescTitleEn: '东莞卫诗理体验馆',
  52. placeImgSrc: 'http://img.visney.cn/img/nuxtPc/experice-dg/place_people_desc_right_img.png',
  53. peopleName: '田肯 KEN',
  54. peopleImgSrc: 'http://img.visney.cn/img/nuxtPc/experice-bt/place_people_desc_left_img.png',
  55. peopleDescCn: [
  56. '肯创集团董事长、VISNEY品牌创始人',
  57. '“以解决客户痛点为本源的商业模式,才能真正走的长远”'
  58. ],
  59. peopleDescEn: [
  60. 'In order to solve the customer pain points as source of business ',
  61. 'model, and can truly go long term.'
  62. ]
  63. },
  64. PanoramicData: {
  65. PanoramicTitleCn1: '东莞体验馆',
  66. PanoramicTitleCn2: '唯美实景曝光',
  67. PanoramicTitleEn: 'Panoramic hall',
  68. PanoramicTitleDesc: '馆内产品实景展示,呈现空间艺术的美感,让生活处处皆美学',
  69. PanoramicListData: [
  70. {
  71. PanoramicListTitle: ['纯正欧美风,匠心设计'],
  72. PanoramicListIntro: ['国内新锐空间美学设计团队蚂蚁嘿设计倾力打造,历时半年打造奢雅纯正欧美风格墅级佳地。'],
  73. PanoramicListIntroEn: 'The new space aesthetic design team design to build the ant hey...',
  74. PanoramicListImg: 'http://img.visney.cn/img/nuxtPc/experice-dg/panoramic_hall_list_img1.png',
  75. },
  76. {
  77. PanoramicListTitle: ['生态生活,有温度的创造'],
  78. PanoramicListIntro: ['大到空间布局家具陈列,小到一草一木装饰摆放,淋漓尽致地将自然生态与生活美学完美融合'],
  79. PanoramicListIntroEn: 'The space layout of fumiture,small to every tree and Bush...',
  80. PanoramicListImg: 'http://img.visney.cn/img/nuxtPc/experice-dg/panoramic_hall_list_img2.png',
  81. },
  82. {
  83. PanoramicListTitle: ['十六大风格,空间美学'],
  84. PanoramicListIntro: ['馆内陈列卫诗理九大精品系列家具,风格涵盖大美、小美、简美、英式、美式、法式、意式等各类家具,细细品味纯正欧美家具珍品。'],
  85. PanoramicListIntroEn: 'The poems on Chen nine boutique style fumiture series,covering the...',
  86. PanoramicListImg: 'http://img.visney.cn/img/nuxtPc/experice-dg/panoramic_hall_list_img3.png',
  87. }
  88. ]
  89. },
  90. nativeStyleData: {
  91. styleTitle: ['体验馆 第一层'],
  92. styleDesc: ['格列佛简美系列 杜兰戈简美系列 ','波兰特简美系列'],
  93. styleDescEn: 'American',
  94. styleImg: [
  95. 'http://img.visney.cn/img/nuxtPc/experice-dg/native_level_list1.png',
  96. 'http://img.visney.cn/img/nuxtPc/experice-dg/native_level_list2.png',
  97. 'http://img.visney.cn/img/nuxtPc/experice-dg/native_level_list3.png',
  98. 'http://img.visney.cn/img/nuxtPc/experice-dg/native_level_list4.png'
  99. ],
  100. styleMore: false,
  101. changeRight: false
  102. },
  103. elegantStyleData: {
  104. styleTitle: ['体验馆 第二层'],
  105. styleDesc: ['德国馆 凯撒皇宫奢华定制意式系列','梵地亚欧式系列 赫莎'],
  106. styleDescEn: 'Luxury',
  107. styleImg: [
  108. 'http://img.visney.cn/img/nuxtPc/experice-dg/elegant_style_list1.png',
  109. 'http://img.visney.cn/img/nuxtPc/experice-dg/elegant_style_list2.png',
  110. 'http://img.visney.cn/img/nuxtPc/experice-dg/elegant_style_list3.png',
  111. 'http://img.visney.cn/img/nuxtPc/experice-dg/elegant_style_list4.png'
  112. ],
  113. styleMore: false,
  114. changeRight: true
  115. },
  116. chineseStyleData: {
  117. styleTitle: ['体验馆 第三层'],
  118. styleDesc: ['比利时馆 华兹华斯新古典系列','玛尔玛索美式系列 圣保罗美式系列'],
  119. styleDescEn: 'Distinguished',
  120. styleImg: [
  121. 'http://img.visney.cn/img/nuxtPc/experice-dg/chinese_style_list1.png',
  122. 'http://img.visney.cn/img/nuxtPc/experice-dg/chinese_style_list2.png',
  123. 'http://img.visney.cn/img/nuxtPc/experice-dg/chinese_style_list3.png',
  124. 'http://img.visney.cn/img/nuxtPc/experice-dg/chinese_style_list4.png'
  125. ],
  126. styleMore: true,
  127. changeRight: false
  128. },
  129. highLightsData: {
  130. highLightsTitleCn1: '卫诗理东莞体验馆',
  131. highLightsTitleCn2: '六大专属亮点',
  132. highLightsTitleEn: 'Olivelife',
  133. highLightsList: [
  134. {
  135. highLightsListNum: '01',
  136. highLightsListTitle: '欧式软装',
  137. highLightsListTitleEn: 'European style curtains',
  138. highLightsListDesc: '纯正欧式软装设计打造复古时尚风',
  139. highLightsListImg: 'http://img.visney.cn/img/nuxtPc/experice-dg/high_lights_list_img1.png',
  140. highLightsListImgAlt: '欧式软装'
  141. },
  142. {
  143. highLightsListNum: '02',
  144. highLightsListTitle: '时装专区',
  145. highLightsListTitleEn: 'Fashion zone',
  146. highLightsListDesc: '供选国际大牌高定时装,品味流行时尚',
  147. highLightsListImg: 'http://img.visney.cn/img/nuxtPc/experice-dg/high_lights_list_img2.png',
  148. highLightsListImgAlt: '时装专区'
  149. },
  150. {
  151. highLightsListNum: '03',
  152. highLightsListTitle: '安神香薰',
  153. highLightsListTitleEn: 'Nerves aromatherapy',
  154. highLightsListDesc: '法国南部香水之都格拉斯特配香薰',
  155. highLightsListImg: 'http://img.visney.cn/img/nuxtPc/experice-bt/high_lights_list_img3.png',
  156. highLightsListImgAlt: '安神香薰'
  157. },
  158. {
  159. highLightsListNum: '04',
  160. highLightsListTitle: '免费餐饮',
  161. highLightsListTitleEn: 'Especially with the dining',
  162. highLightsListDesc: '粤菜泰斗大师传人黄学文掌勺烹饪美味菜肴',
  163. highLightsListImg: 'http://img.visney.cn/img/nuxtPc/experice-dg/high_lights_list_img4.png',
  164. highLightsListImgAlt: '免费餐饮'
  165. },
  166. {
  167. highLightsListNum: '05',
  168. highLightsListTitle: '茶香品茗',
  169. highLightsListTitleEn: 'Tea',
  170. highLightsListDesc: '长寿乡水源烹煮,茶香扑鼻',
  171. highLightsListImg: 'http://img.visney.cn/img/nuxtPc/experice-dg/high_lights_list_img5.png',
  172. highLightsListImgAlt: '茶香品茗'
  173. },
  174. {
  175. highLightsListNum: '06',
  176. highLightsListTitle: '专属伴手礼',
  177. highLightsListTitleEn: 'Gift',
  178. highLightsListDesc: '为每一位卫诗理客户专属定制伴手礼,献给尊贵的您',
  179. highLightsListImg: 'http://img.visney.cn/img/nuxtPc/experice-dg/high_lights_list_img6.png',
  180. highLightsListImgAlt: '专属伴手礼'
  181. }
  182. ]
  183. },
  184. mapData: {
  185. longitude: 113.639459,
  186. latitude: 22.914326,
  187. title: '东莞体验店',
  188. description: '地址:东莞市厚街家具大道209号'
  189. },
  190. addressData: {
  191. addressDetils: [
  192. '东莞市厚街家具大道209号'
  193. ],
  194. hotLineTitle: '线下招商热线:',
  195. hotLineNum: '400 900 6267',
  196. phoneTitle: '招商加盟联系人 PENNY',
  197. phoneNum: '17302633888',
  198. contentNum: '0796-82251668',
  199. contentPeople: ''
  200. }
  201. }
  202. },
  203. components: {
  204. expericeBanner,
  205. expericePlaceDesc,
  206. expericePeopleDesc,
  207. expericePanoramic,
  208. expericeStyle,
  209. expericeHighLights,
  210. commonMap,
  211. expericeVideo,
  212. lineService,
  213. expericeAddress
  214. },
  215. head () {
  216. return {
  217. title:this.metaData.navigationTitle,
  218. meta: [
  219. {name:'keywords',hid: 'keywords',content:`${this.metaData.navigationKeyword}`},
  220. {name:'description',hid:'description',content:`${this.metaData.navigationDescription}`}
  221. ],
  222. script: [
  223. {src:'http://api.map.baidu.com/api?v=2.0&ak=MDdqxkqhQzfdBzfu2tfGiidGbHgTfGrB'}
  224. ]
  225. }
  226. },
  227. async asyncData({params,store}){
  228. //head信息
  229. let metaData = await axios(`${store.state.wordpressAPI}/NavigationMeta/get/23`);
  230. return {
  231. metaData: metaData.data,
  232. }
  233. }
  234. }
  235. </script>
  236. <style scoped>
  237. </style>