Browse Source

买卖家header

yangc 7 years ago
parent
commit
f250f24f26
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/mobile/MobileHeader.vue

+ 1 - 1
components/mobile/MobileHeader.vue

@@ -167,7 +167,7 @@
         } else if (this.startWith(val, '/mobile/shop')) {
         } else if (this.startWith(val, '/mobile/shop')) {
           title = '店铺列表'
           title = '店铺列表'
 //          this.rightIcon = 'phone'
 //          this.rightIcon = 'phone'
-        } else if (this.startWith(val, '/mobile/user')) {
+        } else if (this.startWith(val, '/mobile/center')) {
           if (this.$route.query.type === 'saler') {
           if (this.$route.query.type === 'saler') {
             title = '卖家中心'
             title = '卖家中心'
           } else {
           } else {