Jelajahi Sumber

随心装英文

unknown 4 tahun lalu
induk
melakukan
1221693c16

+ 2 - 0
mobile/src/lang/zh/modules/header.js

@@ -22,6 +22,8 @@ module.exports = {
     mallPeijian: '精选配件',
     addService: '增值服务',
     myAccount: '我的账号',
+    corePruductItemPro: '四维看看Pro',
+    corePruductItemSxz: '四维·随心装',
     "footer": {
         "bannerTitle": "四维看看,让空间讲故事",
         "find": "发现精彩",

+ 1 - 1
mobile/src/pages/coreProduct/sxz.vue

@@ -48,7 +48,7 @@ export default {
         },
         {
           name: this.$t('conduct.sxz.itemTitle4'),
-          iframeLink: '//www.4dkankan.com/decor.html?m=t-V7Wsf2Y&m2=vr-t-V7Wsf2Y-011',
+          iframeLink: 'https://www.4dkankan.com/decor.html?m=t-nn57rQe&m2=vr-t-nn57rQe-039',
           runAnimation: true
         }
       ],

+ 10 - 1
mobile/src/pages/layout/header.vue

@@ -208,7 +208,16 @@ export default {
       navs: [
         {
           name: this.$t('header.core_product'),
-          url: '/coreProduct'
+          childs: [
+            {
+              name: this.$t('header.corePruductItemPro'),
+              url: '/coreProduct'
+            },
+            {
+              name: this.$t('header.corePruductItemSxz'),
+              url: '/sxz'
+            }
+          ]
         },
         {
           name: this.$t('header.solutions'),

+ 8 - 7
pc/src/lang/en/modules/conduct.js

@@ -11,13 +11,14 @@ module.exports = {
         "itemTitle6": "Autonomous Space Modeling in 10 Minutes. (About 100㎡)",
         "itemTitle7": "Multifunctional Editing Tool, Let Space Tell the Story"
     },
-    "sxz": {
-        "bannerTitle": "随心装 . 快速打造心中家的模样",
-        "itemTitle1": "1:1精准复刻真实房源",
-        "itemTitle2": "实物家具建模,让您所见即所得",
-        "itemTitle3": "快速打造3D家装效果,让人工智能真正服务于生活",
-        "itemTitle4": "高效全屋渲染,秒级响应拒绝等待",
-        "itemTitle5": "变装前后同屏看,一眼对比屋内变化"
+    sxz: {
+        bannerTitle: '四维·随心装',
+        bannerSubTitle: '快速打造心中家的模样',
+        itemTitle1: '快速打造3D家装效果,让人工智能真正服务于生活',
+        itemTitle2: '实物家具建模,让您所见即所得',
+        itemTitle3: '高效全屋渲染,秒级响应拒绝等待',
+        itemTitle4: '变装前后同屏看,一眼对比屋内变化',
+        itemTitle6: '样例展示'
     },
     "coreTech": {
         "bannerTitle": "Technology",

+ 2 - 0
pc/src/lang/en/modules/header.js

@@ -21,6 +21,8 @@ module.exports = {
     "mallPro": "4DKanKan Pro",
     "mallPeijian": "Tripod Set",
     "addService": "Cloud Capacity",
+    corePruductItemPro: '四维看看Pro',
+    corePruductItemSxz: '四维·随心装',
     "footer": {
         "bannerTitle": "4DKanKan-Let the space tell the story",
         "find": "Findings",

+ 2 - 0
pc/src/lang/zh/modules/header.js

@@ -21,6 +21,8 @@ module.exports = {
     mallPro: '四维看看Pro',
     mallPeijian: '精选配件',
     addService: '增值服务',
+    corePruductItemPro: '四维看看Pro',
+    corePruductItemSxz: '四维·随心装',
     "footer": {
         "bannerTitle": "四维看看,让空间讲故事",
         "find": "发现精彩",

+ 1 - 1
pc/src/page/coreProducts/sxz.vue

@@ -60,7 +60,7 @@ export default {
         },
         {
           name: this.$t('conduct.sxz.itemTitle4'),
-          iframeLink: '//www.4dkankan.com/decor.html?m=t-V7Wsf2Y&m2=vr-t-V7Wsf2Y-011',
+          iframeLink: 'https://www.4dkankan.com/decor.html?m=t-nn57rQe&m2=vr-t-nn57rQe-039',
           runAnimation: true
         }
       ],

+ 17 - 11
pc/src/page/layout/header/index.vue

@@ -84,17 +84,17 @@ export default {
       isWide,
       count: 0,
       navs: [
-        {text: this.$t('header.core_product'),  link: '/coreProducts'
-          // items: [
-          //   {
-          //     text: this.$t('header.core_product'),
-          //     link: '/coreProducts'
-          //   },
-          //   {
-          //     text: '随心装',
-          //     link: '/sxz'
-          //   }
-          // ]
+        {text: this.$t('header.core_product'),
+          items: [
+            {
+              text: this.$t('header.corePruductItemPro'),
+              link: '/coreProducts'
+            },
+            {
+              text: this.$t('header.corePruductItemSxz'),
+              link: '/sxz'
+            }
+          ]
         },
         {text: this.$t('header.solutions'), items: [
           {
@@ -222,6 +222,12 @@ export default {
       })
       this.count = count
     }
+    if (this.language === 'en') {
+      this.$set(this, 'navs', {
+        text: this.$t('header.core_product'),
+        link: '/coreProducts'
+      })
+    }
   },
   destroyed () {
     window.removeEventListener('resize', this.sizeHandle)