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
d88d4c0f
Commit
d88d4c0f
authored
Aug 20, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
666666
parent
6acd4111
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
4 deletions
+18
-4
Integral.vue
views/Integral.vue
+18
-4
No files found.
views/Integral.vue
View file @
d88d4c0f
...
@@ -396,7 +396,7 @@
...
@@ -396,7 +396,7 @@
@go-to-shop="
handleGoToShop
"
@go-to-shop="
handleGoToShop
"
/> -->
/> -->
</view>
</view>
<view class="
zhankai
-
quanyi
" @click="
handleZhankaiClick
">
<view class="
zhankai
-
quanyi
" @click="
handleZhankaiClick
"
v-if="
selectIdx
!=
-
1
"
>
<image
<image
v-if="
isshowShouqi
"
v-if="
isshowShouqi
"
class="
shouqi
-
quanyi
-
img
"
class="
shouqi
-
quanyi
-
img
"
...
@@ -1473,9 +1473,9 @@ import YearGift from '../components/pointRightsCom/yearGift.vue';
...
@@ -1473,9 +1473,9 @@ import YearGift from '../components/pointRightsCom/yearGift.vue';
// const integralData = ref(
{
}
);
// const integralData = ref(
{
}
);
const
quanyitiaozhuanInfo
=
ref
({
}
);
const
quanyitiaozhuanInfo
=
ref
({
}
);
const
selectIdx
=
ref
(
0
);
//权益选中id
const
selectIdx
=
ref
(
-
1
);
//权益选中id
const
isshowShouqi
=
ref
(
tru
e
);
//是否收起权益
const
isshowShouqi
=
ref
(
fals
e
);
//是否收起权益
const
isshowQuanyiDetail
=
ref
(
tru
e
);
//是否显示权益详情
const
isshowQuanyiDetail
=
ref
(
fals
e
);
//是否显示权益详情
const
swiperData
=
ref
(
integralData
.
value
.
swiper
);
//banner图片地方
const
swiperData
=
ref
(
integralData
.
value
.
swiper
);
//banner图片地方
const
vipLvIcons
=
ref
(
integralData
.
value
.
viplv
.
imgs
);
//会员等级图标
const
vipLvIcons
=
ref
(
integralData
.
value
.
viplv
.
imgs
);
//会员等级图标
const
vipLvNameImgs
=
ref
(
integralData
.
value
.
viplv
.
vipNameImgs
);
//会员等级名称图片
const
vipLvNameImgs
=
ref
(
integralData
.
value
.
viplv
.
vipNameImgs
);
//会员等级名称图片
...
@@ -1567,9 +1567,16 @@ import YearGift from '../components/pointRightsCom/yearGift.vue';
...
@@ -1567,9 +1567,16 @@ import YearGift from '../components/pointRightsCom/yearGift.vue';
}
}
}
)
}
)
//isshowShouqi 为true 时,展示收起按详情,为false 时,展示查看详情
const
handleZhankaiClick
=
()
=>
{
const
handleZhankaiClick
=
()
=>
{
isshowShouqi
.
value
=
!
isshowShouqi
.
value
;
isshowShouqi
.
value
=
!
isshowShouqi
.
value
;
isshowQuanyiDetail
.
value
=
!
isshowQuanyiDetail
.
value
;
isshowQuanyiDetail
.
value
=
!
isshowQuanyiDetail
.
value
;
// if(!isshowShouqi.value)
{
// selectIdx.value = -1;
//
}
}
}
//原始数值:(points.value/maxVal.value[memberInfo.value.grade])*100;
//原始数值:(points.value/maxVal.value[memberInfo.value.grade])*100;
const
getProgress
=
(
index
)
=>
{
const
getProgress
=
(
index
)
=>
{
...
@@ -2166,7 +2173,14 @@ import YearGift from '../components/pointRightsCom/yearGift.vue';
...
@@ -2166,7 +2173,14 @@ import YearGift from '../components/pointRightsCom/yearGift.vue';
const
handlePrivilegeClick
=
(
item
,
index
)
=>
{
const
handlePrivilegeClick
=
(
item
,
index
)
=>
{
selectIdx
.
value
=
index
;
selectIdx
.
value
=
index
;
if
(
!
isshowShouqi
.
value
){
isshowShouqi
.
value
=
true
;
}
if
(
!
isshowQuanyiDetail
.
value
){
isshowQuanyiDetail
.
value
=
true
;
}
md
.
sensorLogTake
({
md
.
sensorLogTake
({
xcxClick
:
"积分服务页-首屏页面点击"
,
xcxClick
:
"积分服务页-首屏页面点击"
,
pageName
:
"积分服务页-首屏"
,
pageName
:
"积分服务页-首屏"
,
...
...
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