Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
f436a82f
Commit
f436a82f
authored
Nov 11, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
积分页修改
parent
76fa8f4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Integral.vue
views/Integral.vue
+1
-1
No files found.
views/Integral.vue
View file @
f436a82f
...
@@ -1816,7 +1816,7 @@ const getProgress = (index) => {
...
@@ -1816,7 +1816,7 @@ const getProgress = (index) => {
// 将天数转换为星期标签
// 将天数转换为星期标签
const
getWeekdayLabel
=
(
day
)
=>
{
const
getWeekdayLabel
=
(
day
)
=>
{
const
weekdays
=
[
''
,
'周一'
,
'周二'
,
'周三'
,
'周四'
,
'周五'
,
'周六'
,
'周日'
];
const
weekdays
=
[
];
//[
'', '周一', '周二', '周三', '周四', '周五', '周六', '周日'];
return
weekdays
[
day
]
||
`第${day
}
天`
;
return
weekdays
[
day
]
||
`第${day
}
天`
;
}
;
}
;
// 获取任务按钮背景渐变样式
// 获取任务按钮背景渐变样式
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment