From 403fc8ddece645e2f84421b3093eb21a2dc3d00f Mon Sep 17 00:00:00 2001 From: yanzai Date: Sun, 9 Feb 2025 21:49:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=8E=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- h5/pages/main/yytjsj/yytjsj.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/h5/pages/main/yytjsj/yytjsj.vue b/h5/pages/main/yytjsj/yytjsj.vue index 465518b..61406b7 100755 --- a/h5/pages/main/yytjsj/yytjsj.vue +++ b/h5/pages/main/yytjsj/yytjsj.vue @@ -156,7 +156,10 @@ date: item.date, info: "余号" + item.count, }; - rlArr.push(o); + if( item.count>0){ + rlArr.push(o); + } + }); console.log(rlArr); rl_list.value = rlArr; @@ -853,8 +856,14 @@ .uni-calendar-item__weeks-box-text { font-size: 26rpx; + color:#ccc; + } + .uni-calendar-item__weeks-box-text:has(+ .uni-calendar-item--extra) { + color: #666 ; + } + .uni-calendar-item__weeks-box-text:has(+ .uni-calendar-item--disable) { + color: #ccc !important; } - .uni-calendar-item__weeks-lunar-text { font-size: 16rpx; }