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
3e4f061a
Commit
3e4f061a
authored
Aug 22, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
66666
parent
33598bf2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
7 deletions
+38
-7
Integral.vue
views/Integral.vue
+38
-7
No files found.
views/Integral.vue
View file @
3e4f061a
...
...
@@ -166,6 +166,8 @@
<
/view> --
>
<
/swiper-item
>
<
/swiper
>
<
image
class
=
"vipCardArrowRight"
v
-
if
=
"itemIndex == 0"
:
src
=
"$baseUrl + `integral/${tupianBanben
}
/vipCardArrowRight.png`"
mode
=
"aspectFit"
><
/image
>
<
image
class
=
"vipCardArrowLeft"
v
-
if
=
"itemIndex == 4"
:
src
=
"$baseUrl + `integral/${tupianBanben
}
/vipCardArrowLeft.png`"
mode
=
"aspectFit"
><
/image
>
<!--
新增积分详情容器
-->
<
view
...
...
@@ -306,6 +308,12 @@
/> -->
<text class="
quanyi
-
text
" :style="
{
color
:
getColor
(
'quanyiNameColor'
)[
itemIndex
]
}
">{{ item.name
}}
</text>
<image
class="
quanyi
-
text
-
img
"
v-if="
index
>=
quanyiBgs
[
itemIndex
].
quanyiNum
&&
index
<
9
"
:src="
$baseUrl
+
`integral/${tupianBanben
}
/quanyiLockIcon${itemIndex
}
.png`"
mode="
aspectFit
"
/>
<button
v-if="
!
islogin
"
...
...
@@ -467,7 +475,7 @@
:key="
i
"
:style="
{
background
:
`url(${$baseUrl
}
integral/102
1
/listItemImgBg${itemIndex
}
.png) no-repeat center/contain`
background
:
`url(${$baseUrl
}
integral/102
2
/listItemImgBg${itemIndex
}
.png) no-repeat center/contain`
}
"
>
<!-- <image
...
...
@@ -500,7 +508,7 @@
v-for="
i
in
goodsData
[
1
]?.
titles
?.
length
"
:key="
i
"
:style="
{
background
:
`url(${$baseUrl
}
integral/102
1
/listItemImgBg${itemIndex
}
.png) no-repeat center/contain`
background
:
`url(${$baseUrl
}
integral/102
2
/listItemImgBg${itemIndex
}
.png) no-repeat center/contain`
}
"
>
<view class="
goods
-
item
-
container
" @click="
handleGoodsItemClick
(
'lingyuan'
,
i
)
">
...
...
@@ -528,7 +536,7 @@
v-for="
i
in
goodsData
[
2
]?.
titles
?.
length
"
:key="
i
"
:style="
{
background
:
`url(${$baseUrl
}
integral/102
1
/listItemImgBg${itemIndex
}
.png) no-repeat center/contain`
background
:
`url(${$baseUrl
}
integral/102
2
/listItemImgBg${itemIndex
}
.png) no-repeat center/contain`
}
"
>
<view class="
goods
-
item
-
container
" @click="
handleGoodsItemClick
(
'beiwei'
,
i
)
">
...
...
@@ -635,7 +643,7 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue';
// const maxVal = ref([]);
const integralData = ref({
"
tupianBanben
": "
102
1
",
"
tupianBanben
": "
102
2
",
"
swiper
": [
],
"
quanyitiaozhuanInfo
":{
...
...
@@ -902,7 +910,7 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue';
],
"goodsListData"
:
{
"listCommon"
:
{
"listItemImgBg"
:
"integral/102
1
/listItemImgBg.png"
"listItemImgBg"
:
"integral/102
2
/listItemImgBg.png"
}
,
"tabInfo"
:
{
"tabBg"
:
"tapSelectBg.png"
,
...
...
@@ -1784,8 +1792,8 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue';
const
{
data
}
=
await
fetchIntegralJSON
();
integralData
.
value
=
{...
data
}
;
//
const
{
data
}
=
await
fetchIntegralJSON
();
//
integralData.value =
{...
data
}
;
swiperData
.
value
=
integralData
.
value
?.
swiper
;
vipLvIcons
.
value
=
integralData
.
value
?.
viplv
?.
imgs
;
...
...
@@ -2713,6 +2721,21 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue';
}
}
.
vipCardArrowRight
{
width
:
15
rpx
;
height
:
18
rpx
;
position
:
absolute
;
margin
-
top
:
310
rpx
;
right
:
12
rpx
;
}
.
vipCardArrowLeft
{
width
:
15
rpx
;
height
:
18
rpx
;
position
:
absolute
;
margin
-
top
:
310
rpx
;
left
:
13
rpx
;
}
.
integral
-
detail
{
height
:
144
rpx
;
width
:
100
%
;
...
...
@@ -2953,6 +2976,14 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue';
top: 107rpx;
}
.quanyi-text-img{
position: absolute;
width: 35rpx;
height: 35rpx;
bottom: 43rpx;
right: 7rpx;
}
.phone-button-qyIcon{
top:0rpx;
...
...
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