|
@@ -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' })
|
|
|
}
|
|
}
|