Browse Source

买卖家路由参数切换问题

yangc 7 years ago
parent
commit
ddff6ca3e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/mobile/center/index.vue

+ 1 - 1
pages/mobile/center/index.vue

@@ -439,7 +439,7 @@
     watch: {
       '$route.query': {
         handler: function (val, old) {
-//          this.switchSeek('wait')
+          this.switchSeek('wait')
           if (val.type === 'saler' && !this.shopuuid.uuid) {
             this.$store.dispatch('loadStoreStatus', { op: 'check' })
           }