-
- 产品中心
-
-
+
+
+
+
+
+
+ {{ i.time }}
+
{{ i.title }}
+
+ 查看详情
+
+
+
+
+
+
+
+
+
+ {{ i.time }}
+
+
+
+
+ {{ i.title }}
+
+
+ 查看详情
+
@@ -50,6 +79,7 @@ export default {
form: {},
list: [],
list1: [],
+ tabsActive: 0,
}
},
methods: {
@@ -82,13 +112,19 @@ export default {
toLink1(e) {
this.$router.push(`/productCenter/detail?type=${e[0]}&typeId=${e[1]}&id=${e[2]}`)
this.dialogVisible = false
- }
+ },
+ checkTabs(k) {
+ console.log(k)
+ this.tabsActive = k
+ },
},
mounted() {
},
}
\ No newline at end of file
diff --git a/src/layout/index.vue b/src/layout/index.vue
index 873f8a1..6bd5330 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -52,7 +52,11 @@ export default {
this.$router.push('/index')
},
toTop() {
- window.scrollTo({top: 0, behavior: 'smooth'});
+ // window.scrollTo({top: 0, behavior: 'smooth'});
+ document.getElementById('content').scrollTo({
+ top: 0,
+ behavior: 'smooth'
+ });
},
toService() {
this.$router.push('/serviceSupport')
diff --git a/src/views/contactUs/index.vue b/src/views/contactUs/index.vue
index a2c7122..eb2ad79 100644
--- a/src/views/contactUs/index.vue
+++ b/src/views/contactUs/index.vue
@@ -12,18 +12,20 @@