zhangqun 11 months ago
parent fbb09ee36c
commit 20f08606a5
  1. 1
      pages/index/index.vue
  2. 5
      pages/investigation/index.vue

@ -167,6 +167,7 @@
// this.$.open(even) // this.$.open(even)
}, },
jump() { jump() {
this.$.setData('pageStatus','1')
this.$.openTab('/pages/investigation/index') this.$.openTab('/pages/investigation/index')
} }
}, },

@ -91,6 +91,11 @@
onShow: function() { onShow: function() {
this.getData() this.getData()
let pageStatus = this.$.getData('pageStatus')
if(pageStatus == 1){
this.handleTabClick(1)
this.$.setData('pageStatus','0')
}
}, },
// //
computed: { computed: {

Loading…
Cancel
Save