From 4be1f58b940da6c5239e2fcf78f6b1180f66f555 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期六, 14 九月 2024 13:54:22 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 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