Browse Source

服务条款地址修改

yangc 8 years ago
parent
commit
00dd98c89f
3 changed files with 2 additions and 4 deletions
  1. 2 2
      components/register-saler/register/StepSecond.vue
  2. 0 1
      layouts/default.vue
  3. 0 1
      layouts/main.vue

+ 2 - 2
components/register-saler/register/StepSecond.vue

@@ -38,11 +38,11 @@
     },
     watch: {
       chooseTag: function (val) {
-        this.getArticle(val === 1 ? 21 : 16)
+        this.getArticle(val === 1 ? 50 : 16)
       }
     },
     mounted () {
-      this.getArticle(21)
+      this.getArticle(50)
     },
     methods: {
       sectionChange: function (type) {

+ 0 - 1
layouts/default.vue

@@ -24,7 +24,6 @@
     computed: {
       title () {
         let path = this.$route.path
-        console.log(path)
         if (path.startsWith('/help/helpList/')) {
           return this.helpTitle.item + '-优软商城'
         } else if (path.startsWith('/help/helpDetail')) {

+ 0 - 1
layouts/main.vue

@@ -32,7 +32,6 @@
     computed: {
       title () {
         let path = this.$route.path
-        console.log(path)
         if (path === '/product/kind/home') {
           return '电子元器件器件选型参数型号查询器件类别分类大全-优软商城'
         } else if (path.startsWith('/product/kind/')) {