Przeglądaj źródła

买卖家路由参数切换问题

yangc 7 lat temu
rodzic
commit
ddff6ca3e1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pages/mobile/center/index.vue

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

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