From 6f1416efc5fa001bcbae7cbbd086d3ad2a6b3292 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 13 九月 2024 16:08:28 +0800
Subject: [PATCH] 代码初始化
---
h5/pages/staff/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/h5/pages/staff/index.vue b/h5/pages/staff/index.vue
index a33d932..aeac657 100644
--- a/h5/pages/staff/index.vue
+++ b/h5/pages/staff/index.vue
@@ -63,7 +63,7 @@
<image class="img" src="@/static/staff/ic_renwuzhongxin.png"></image>
<view class="h1">浠诲姟涓績</view>
<view class="h2">TASK CENTER</view>
- <view class="task_num">{{
+ <view class="task_num" v-if="taskInfo.noticeWaitNum && taskInfo.noticeCopyNum">{{
taskInfo.noticeWaitNum + taskInfo.noticeCopyNum
}}</view>
</view>
--
Gitblit v1.9.3