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
1c27bff5
Commit
1c27bff5
authored
Jun 11, 2025
by
tao.huang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of gitlab2.dui88.com:sparkprojects/20250528_FHQ1 into dev
parents
83aa7c5c
291ef288
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
5 deletions
+22
-5
ContentLibrary.vue
pages/library/ContentLibrary.vue
+14
-0
Integral.vue
views/Integral.vue
+8
-5
No files found.
pages/library/ContentLibrary.vue
View file @
1c27bff5
...
...
@@ -959,3 +959,17 @@
}
<
/style
>
<!--
contentList0
:
,
contentList1
:
,
contentList2
:
,
contentList01
:,
contentList11
:,
contentList21
:,
contentList02
:,
contentList12
:,
contentList22
:,
contentList03
:,
contentList13
:,
contentList23
:
-->
\ No newline at end of file
views/Integral.vue
View file @
1c27bff5
...
...
@@ -132,7 +132,7 @@
<!--
第三行
-->
<
view
class
=
"info-row"
>
<
text
class
=
"count-text"
>
{{
`
${recentAnnualPointsTotal
}
/${nextGradeScoreRuleMin
}
`
}}
<
/text
>
<
text
class
=
"count-text"
>
{{
`
当前:${points
}
`
}}
<
/text
>
<
text
class
=
"expire-text"
>
{{
`(有${willExpiredPoints ? willExpiredPoints : 0
}
积分将到期)`
}}
<
/text
>
<
/view
>
<
/view
>
...
...
@@ -545,6 +545,7 @@
const
goodsData
=
ref
([]);
//商品数据
const
imgInfos
=
ref
([]);
//权益信息
const
vipLvsQuanyi
=
ref
([]);
//会员不同等级权益
const
points
=
ref
(
0
);
//积分
const
activeIndex
=
ref
(
0
);
//tabbar选中项
...
...
@@ -648,7 +649,8 @@
if
(
url
!=
""
){
jump
({
type
:
JumpType
.
MINI
,
url
:
url
url
:
url
,
extra
:
{
appId
:
"wx4205ec55b793245e"
}
}
)
}
console
.
log
(
'bannerHandler='
,
url
);
...
...
@@ -782,7 +784,6 @@
console
.
log
(
'onBeforeMount'
);
const
{
data
}
=
await
fetchIntegralJSON
();
integralData
.
value
=
{...
data
}
;
}
)
onMounted
(
async
()
=>
{
...
...
@@ -819,6 +820,8 @@
willExpiredPoints
.
value
=
memberInfo
.
value
.
willExpiredPoints
;
nextGradeScoreRuleMin
.
value
=
memberInfo
.
value
.
nextGradeScoreRuleMin
;
vipLevel
.
value
=
memberInfo
.
value
.
grade
;
points
.
value
=
memberInfo
.
value
.
points
;
if
(
memberInfo
.
value
.
memberId
==
"not_login"
){
islogin
.
value
=
false
;
}
else
{
...
...
@@ -1083,10 +1086,10 @@
flex-direction: row;
position: relative;
height: 26rpx;
margin-top:
0
rpx;
margin-top:
-5
rpx;
margin-left: 26rpx;
.count-text {
font-size: 2
4
rpx;
font-size: 2
6
rpx;
color: #b27c1e;
}
...
...
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