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
e9685618
Commit
e9685618
authored
Jun 13, 2025
by
王炽
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '20250528-dev-king' into dev
parents
6813cd81
280bb537
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
12 deletions
+16
-12
Integral.vue
views/Integral.vue
+16
-12
No files found.
views/Integral.vue
View file @
e9685618
...
...
@@ -531,15 +531,15 @@
isNewArr
:
[
6
,
7
]
}
,
{
qunyiList
:
[
7
,
8
,
0
,
2
,
4
,
5
],
isNewArr
:
[
7
,
8
]
qunyiList
:
[
8
,
6
,
7
,
0
,
2
,
4
,
5
],
isNewArr
:
[
8
]
}
,
{
qunyiList
:
[
9
,
0
,
2
,
4
,
5
,
6
,
7
,
8
],
qunyiList
:
[
9
,
8
,
6
,
7
,
0
,
2
,
4
,
5
],
isNewArr
:
[
9
]
}
,
{
qunyiList
:
[
9
,
0
,
2
,
4
,
5
,
6
,
7
,
8
],
qunyiList
:
[
9
,
8
,
6
,
7
,
0
,
2
,
4
,
5
],
isNewArr
:
[
9
]
}
]
...
...
@@ -962,15 +962,15 @@
isNewArr
:
[
6
,
7
]
}
,
{
qunyiList
:
[
7
,
8
,
0
,
2
,
4
,
5
],
isNewArr
:
[
7
,
8
]
qunyiList
:
[
8
,
6
,
7
,
0
,
2
,
4
,
5
],
isNewArr
:
[
8
]
}
,
{
qunyiList
:
[
9
,
0
,
2
,
4
,
5
,
6
,
7
,
8
],
qunyiList
:
[
9
,
8
,
6
,
7
,
0
,
2
,
4
,
5
],
isNewArr
:
[
9
]
}
,
{
qunyiList
:
[
9
,
0
,
2
,
4
,
5
,
6
,
7
,
8
],
qunyiList
:
[
9
,
8
,
6
,
7
,
0
,
2
,
4
,
5
],
isNewArr
:
[
9
]
}
]);
...
...
@@ -1233,6 +1233,7 @@
console
.
log
(
'onBeforeMount'
);
const
{
data
}
=
await
fetchIntegralJSON
();
integralData
.
value
=
{...
data
}
;
}
)
onMounted
(
async
()
=>
{
...
...
@@ -1262,6 +1263,9 @@
await
userStore
.
loadMemberInfo
();
initNetData
();
itemIndex
.
value
=
vipLevel
.
value
;
}
);
const
initNetData
=
()
=>
{
...
...
@@ -1480,7 +1484,7 @@
justify-content: space-between;
.integral-value{
background-color: #6f6d67;
//
background-color: #6f6d67;
margin-left: 26rpx;
margin-top: 23rpx;
.integral-text {
...
...
@@ -1494,11 +1498,11 @@
color:#1d1e25
}
.next-icon{
margin-top: -60
rpx;
margin-left: -
30
rpx;
top: -25
rpx;
margin-left: -
28
rpx;
width: 66rpx;
height: 27rpx;
// position: absolut
e;
position: relativ
e;
}
}
...
...
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