diff --git a/pages/app/sign.vue b/pages/app/sign.vue index 8014526..8d0947c 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 }} 天之后不再增加 + - - {{ item.day < 10 ? '0' + item.day : item.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 }}积分 - - - - - - - - - - 签到说明 - - 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 }}天 + + + + 确认补签 + + + + + + +