From 2ecf86f4864ea2316c25683ad997ebc3dd9ed407 Mon Sep 17 00:00:00 2001 From: kele <1184860403@qq.com> Date: Fri, 31 Mar 2023 18:20:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=AD=BE=E5=88=B0=E6=96=87=E6=A1=88?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/app/sign.vue | 834 ++++++++++++++++++++++----------------------- 1 file changed, 402 insertions(+), 432 deletions(-) diff --git a/pages/app/sign.vue b/pages/app/sign.vue index 80145263..8d0947cb 100644 --- a/pages/app/sign.vue +++ b/pages/app/sign.vue @@ -17,30 +17,20 @@ - {{ state.cur_year || '--' }} 年 {{ state.cur_month || '--' }} 月 + {{ state.cur_year || '--' }} 年 {{ state.cur_month || '--' }} 月 - + {{ item.title }} - +    @@ -49,494 +39,474 @@ {{ item.day < 10 ? '0' + item.day : item.day }} - - + + + + + + {{ item.day < 10 ? '0' + item.day : item.day }} + + + + {{ item.day < 10 ? '0' + item.day : item.day }} + + + + + + + + + - - - {{ item.day < 10 ? '0' + item.day : item.day }} - + + + 签到说明 + + 1、每日签到固定 {{ state.data.rules.everyday }} 积分 + + ,次日递增奖励 {{ state.data.rules.inc_num }} 积分,直到 + {{ state.data.rules.until_day }} 天之后不再增加 + + + + 2、 + 连续签到 {{ i.full }} 天,奖励 {{ i.value }} 积分; + - - {{ item.day < 10 ? '0' + item.day : item.day }} + + {{ state.data.rules.discounts?.length > 0 ? '3' : '2' }}、用户在 + {{ state.data.rules.replenish_limit }} 天内,可补签 + {{ state.data.rules.replenish_days }} 天,每次补签消耗 + {{ state.data.rules.replenish_num }}积分 - - - - - - - - - - 签到说明 - - 1、每日签到固定 {{ state.data.rules.everyday }} 积分 - - ,次日递增奖励 {{ state.data.rules.inc_num }} 积分,直到 - {{ state.data.rules.until_day }} 天之后不再增加 - - - - 2、 - - 连续签到 {{ i.full }} 天,奖励 {{ i.value }} 积分; - - - - {{ state.data.rules.discounts?.length > 0 ? '3' : '2' }}、 用户在 - {{ state.data.rules.replenish_limit }} 天内,可补签 - {{ state.data.rules.replenish_days }} 天,每次补签消耗 - {{ state.data.rules.replenish_num }}积分 - - - - - - - - - - {{ state.signin.score }}积分 - - 已连续打卡{{ state.continue_days }}天 - - - - 签到成功 - - - - - - - - - - - 消耗{{ state.data?.rules.replenish_num }}积分 - - 已连续打卡{{ state.continue_days }}天 - - - - 确认补签 - - - - - - - + + + + + + + {{ state.signin.score }}积分 + + 已连续打卡{{ state.continue_days }}天 + + + + 签到成功 + + + + + + + + + + + 消耗{{ state.data?.rules.replenish_num }}积分 + + 已连续打卡{{ state.continue_days }}天 + + + + 确认补签 + + + + + + +