From f549372d6796835fcf12391abc8dee8375810d42 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 01 七月 2024 18:13:36 +0800
Subject: [PATCH] ‘’
---
h5/pages/staff/index.vue | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/h5/pages/staff/index.vue b/h5/pages/staff/index.vue
index 341f9b3..054cca9 100644
--- a/h5/pages/staff/index.vue
+++ b/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) {
--
Gitblit v1.9.3