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
546bc203
Commit
546bc203
authored
Jun 13, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6666666
parent
e667ab40
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
ContentLibrary.vue
pages/library/ContentLibrary.vue
+2
-2
Integral.vue
views/Integral.vue
+2
-2
No files found.
pages/library/ContentLibrary.vue
View file @
546bc203
...
...
@@ -1244,7 +1244,7 @@
}
}
);
const
bannerList
=
ref
([
{
img
:
$baseUrl
+
`contentLibrary/1003/${libraryData?.value?.bannerList[0]?.img
}
`
,
...
...
@@ -1362,7 +1362,7 @@
}
)
// 页面加载
onMounted
(()
=>
{
onMounted
(
async
()
=>
{
const
{
data
}
=
await
fetchContentLibraryJSON
();
libraryData
.
value
=
{...
data
}
;
...
...
views/Integral.vue
View file @
546bc203
...
...
@@ -982,8 +982,8 @@
isNewArr
:
[
9
]
}
]);
const
recentAnnualPointsTotal
=
ref
();
const
nextGradeScoreRuleMin
=
ref
();
const
recentAnnualPointsTotal
=
ref
(
0
);
const
nextGradeScoreRuleMin
=
ref
(
0
);
const
upLevelExp
=
ref
([
1000
,
2000
,
3000
,
4000
,
5000
]);
const
quanyiListIcon
=
ref
([
'yueyueliBtn.png'
,
'shengriBtn.png'
,
'yuerBtn.png'
,
'heliBtn.png'
,
...
...
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