From 7a29f062e2e9ea3fe7ecbf937ed7a51461f5299a Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 13 九月 2024 17:01:20 +0800
Subject: [PATCH] ll
---
h5/pages/staff/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/h5/pages/staff/index.vue b/h5/pages/staff/index.vue
index aeac657..bc60368 100644
--- a/h5/pages/staff/index.vue
+++ b/h5/pages/staff/index.vue
@@ -63,8 +63,8 @@
<image class="img" src="@/static/staff/ic_renwuzhongxin.png"></image>
<view class="h1">浠诲姟涓績</view>
<view class="h2">TASK CENTER</view>
- <view class="task_num" v-if="taskInfo.noticeWaitNum && taskInfo.noticeCopyNum">{{
- taskInfo.noticeWaitNum + taskInfo.noticeCopyNum
+ <view class="task_num">{{
+ taskInfo
}}</view>
</view>
<view class="img_wrap" @click="jump('/pages/staff/meetingCalendar')">
@@ -170,7 +170,7 @@
stagingHead({
isDetail: '1'
}).then(res => {
- this.taskInfo = res.data || ''
+ this.taskInfo = res.data.noticeWaitNum + res.data.noticeCopyNum
})
},
}
--
Gitblit v1.9.3