소스 검색

买卖家路由参数切换问题

yangc 7 년 전
부모
커밋
ddff6ca3e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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' })
           }
           }