liukangdong
2024-07-01 f549372d6796835fcf12391abc8dee8375810d42
h5/pages/staff/index.vue
@@ -99,12 +99,11 @@
  },
  onLoad() {
    console.log('userInfo', this.userInfo)
  },
  onShow() {
    // if (this.userInfo && this.userInfo.name) {
    if (this.userInfo && this.userInfo.memberId) {
      this.getTaskInfo()
    // }
    }
  },
  methods: {
    jump(path) {