فهرست منبع

买卖家header

yangc 7 سال پیش
والد
کامیت
f250f24f26
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 {