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
0b0d9b64
Commit
0b0d9b64
authored
Jun 13, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
666666
parent
1d73b853
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
460 additions
and
28 deletions
+460
-28
b.json
b.json
+432
-0
Integral.vue
views/Integral.vue
+28
-28
No files found.
b.json
0 → 100644
View file @
0b0d9b64
This diff is collapsed.
Click to expand it.
views/Integral.vue
View file @
0b0d9b64
...
...
@@ -14,7 +14,7 @@
<swiper-item
v-for=
"(item, index) in swiperData"
:key=
"index"
>
<image
class=
"banner-img"
:src=
"$baseUrl + `integral/100
2
/$
{item?.bannerImg}`"
:src=
"$baseUrl + `integral/100
3
/$
{item?.bannerImg}`"
mode="aspectFill"
@click="bannerHandler(item)"
/>
...
...
@@ -36,12 +36,12 @@
:key=
"index"
@
click=
"handleVipClick"
:style=
"
{
background: `url(${$baseUrl}integral/100
2
/vipDetailBg.png) no-repeat center/contain`
background: `url(${$baseUrl}integral/100
3
/vipDetailBg.png) no-repeat center/contain`
}"
>
<image
class=
"vip-icon"
:src=
"$baseUrl + `integral/100
2
/$
{item?.vipIcon}`"
:src=
"$baseUrl + `integral/100
3
/$
{item?.vipIcon}`"
mode="aspectFit"
/>
<view
class=
"vip-info"
>
...
...
@@ -62,14 +62,14 @@
<
image
v
-
if
=
"!islogin"
class
=
"rule-icon"
:
src
=
"$baseUrl + 'integral/100
2
/integralArrow.png'"
:
src
=
"$baseUrl + 'integral/100
3
/integralArrow.png'"
mode
=
"aspectFit"
/>
<
view
class
=
"current-tag"
v
-
if
=
"islogin && index == vipLevel"
:
style
=
"{
background: `url(${$baseUrl
}
integral/100
2
/tabNowBg.png) no-repeat center/contain`
background: `url(${$baseUrl
}
integral/100
3
/tabNowBg.png) no-repeat center/contain`
}
"
>
<
text
class
=
"tag-text"
>
当前
<
/text
>
...
...
@@ -86,7 +86,7 @@
>
<
image
class
=
"excharge-btn"
:
src
=
"$baseUrl + `integral/100
2
/${vipIntegral?.excharge?.img
}
`"
:
src
=
"$baseUrl + `integral/100
3
/${vipIntegral?.excharge?.img
}
`"
mode
=
"aspectFit"
@
click
=
"handleExchargeClick"
...
...
@@ -95,7 +95,7 @@
class
=
"inte-bar-area"
:
style
=
"{
background: `url(${$baseUrl
}
integral/100
2
/inteBarAreaBg.png) no-repeat center/contain`
background: `url(${$baseUrl
}
integral/100
3
/inteBarAreaBg.png) no-repeat center/contain`
}
"
>
<
view
class
=
"integralClick"
...
...
@@ -109,7 +109,7 @@
<
image
class
=
"next-icon"
v
-
if
=
"!memberInfo.maxGrade"
:
src
=
"$baseUrl + 'integral/100
2
/nextLvTips.png'"
:
src
=
"$baseUrl + 'integral/100
3
/nextLvTips.png'"
mode
=
"aspectFit"
/>
<
/view
>
...
...
@@ -117,12 +117,12 @@
<!--
第二行
-->
<
view
class
=
"progress-bar1"
>
<
image
:
src
=
"$baseUrl + `integral/100
2
/${vipIntegral?.progressBar?.barBgImg
}
`"
:
src
=
"$baseUrl + `integral/100
3
/${vipIntegral?.progressBar?.barBgImg
}
`"
class
=
"progress-bg1"
/>
<
view
class
=
"progress-mask"
>
<
image
:
src
=
"$baseUrl + `integral/100
2
/${vipIntegral?.progressBar?.barImg
}
`"
:
src
=
"$baseUrl + `integral/100
3
/${vipIntegral?.progressBar?.barImg
}
`"
class
=
"progress-img1"
:
style
=
"{ transform: `translateX(${(recentAnnualPointsTotal/nextGradeScoreRuleMin)*100 -100
}
%)`
}
"
/>
...
...
@@ -134,7 +134,7 @@
<
image
class
=
"strategy-icon"
:
src
=
"$baseUrl + `integral/100
2
/${vipIntegral?.gonglue?.img
}
`"
:
src
=
"$baseUrl + `integral/100
3
/${vipIntegral?.gonglue?.img
}
`"
mode
=
"aspectFit"
@
click
=
"gonglueHandler"
/>
...
...
@@ -150,7 +150,7 @@
>
{{
`(有${willExpiredPoints ? willExpiredPoints : 0
}
积分将到期)`
}}
<
/text
>
<
image
class
=
"integral-detail-arrow"
:
src
=
"$baseUrl + 'integral/100
2
/integralArrow.png'"
:
src
=
"$baseUrl + 'integral/100
3
/integralArrow.png'"
mode
=
"aspectFit"
/>
<
/view
>
...
...
@@ -174,7 +174,7 @@
<
/text
>
<
image
class
=
"rule-icon"
:
src
=
"$baseUrl + 'integral/100
2
/integralArrow.png'"
:
src
=
"$baseUrl + 'integral/100
3
/integralArrow.png'"
mode
=
"aspectFit"
/>
<
/view
>
...
...
@@ -191,13 +191,13 @@
>
<
image
class
=
"privilege-icon"
:
src
=
"$baseUrl + `integral/100
2
/${quanyiListIcon[item]
}
`"
:
src
=
"$baseUrl + `integral/100
3
/${quanyiListIcon[item]
}
`"
mode
=
"aspectFit"
/>
<
image
v
-
if
=
"vipQuanyiData[Math.abs(itemIndex)].isNewArr.includes(item) && itemIndex >= vipLevel"
class
=
"new-tip"
:
src
=
"$baseUrl + 'integral/100
2
/newTip.png'"
:
src
=
"$baseUrl + 'integral/100
3
/newTip.png'"
mode
=
"aspectFit"
/>
...
...
@@ -232,7 +232,7 @@
<
swiper
-
item
v
-
for
=
"(item, index) in vipActive"
:
key
=
"index"
>
<
image
class
=
"vip-active-img"
:
src
=
"$baseUrl + `integral/100
2
/${item?.img
}
`"
:
src
=
"$baseUrl + `integral/100
3
/${item?.img
}
`"
mode
=
"aspectFit"
@
click
=
"handleVipActiveClick(index, item)"
/>
...
...
@@ -251,7 +251,7 @@
:
class
=
"{ active: activeIndex === index
}
"
@
click
=
"tabItemClick(index)"
:
style
=
"{
background: activeIndex === index && `url(${$baseUrl
}
integral/100
2
/${tabInfo?.tabBg
}
) no-repeat center/contain`
background: activeIndex === index && `url(${$baseUrl
}
integral/100
3
/${tabInfo?.tabBg
}
) no-repeat center/contain`
}
"
>
<
text
class
=
"tab-line1"
>
{{
tab
?.
line1
}}
<
/text
>
...
...
@@ -277,13 +277,13 @@
>
<!--
<
image
class
=
"goods-img-bg"
productIdUrl
:
src
=
"$baseUrl + `integral/100
2
/listItemImgBg.png`"
:
src
=
"$baseUrl + `integral/100
3
/listItemImgBg.png`"
mode
=
"aspectFit"
/>
-->
<
view
class
=
"goods-item-container"
@
click
=
"handleGoodsItemClick('xingpin',i)"
>
<
image
class
=
"goods-img"
:
src
=
"$baseUrl + `integral/100
2
/${goodsData[0]?.goodsImgs[i-1]
}
`"
:
src
=
"$baseUrl + `integral/100
3
/${goodsData[0]?.goodsImgs[i-1]
}
`"
mode
=
"aspectFit"
/>
<
view
class
=
"title-container1"
>
...
...
@@ -312,7 +312,7 @@
<
image
class
=
"goods-img"
:
src
=
"$baseUrl + `integral/100
2
/${goodsData[1]?.goodsImgs[i-1]
}
`"
:
src
=
"$baseUrl + `integral/100
3
/${goodsData[1]?.goodsImgs[i-1]
}
`"
mode
=
"aspectFit"
/>
<
view
class
=
"title-container1"
>
...
...
@@ -339,7 +339,7 @@
<
view
class
=
"goods-item-container"
@
click
=
"handleGoodsItemClick('beiwei',i)"
>
<
image
class
=
"goods-img"
:
src
=
"$baseUrl + `integral/100
2
/${goodsData[2]?.goodsImgs[i-1]
}
`"
:
src
=
"$baseUrl + `integral/100
3
/${goodsData[2]?.goodsImgs[i-1]
}
`"
mode
=
"aspectFit"
/>
<
view
class
=
"title-container1"
>
...
...
@@ -359,7 +359,7 @@
<
text
class
=
"more-text"
>
点击查看更多
<
/text
>
<
image
class
=
"more-arrow"
:
src
=
"$baseUrl + 'integral/100
2
/integralArrow.png'"
:
src
=
"$baseUrl + 'integral/100
3
/integralArrow.png'"
mode
=
"aspectFit"
/>
<
/view
>
...
...
@@ -576,7 +576,7 @@
],
goodsListData
:{
listCommon
:{
listItemImgBg
:
"integral/100
2
/listItemImgBg.png"
listItemImgBg
:
"integral/100
3
/listItemImgBg.png"
}
,
tabInfo
:{
tabBg
:
"tapSelectBg.png"
,
...
...
@@ -1405,7 +1405,7 @@
height
:
154
rpx
;
// margin-left: 32rpx;
// margin-right: 32rpx;
// background: url('@
{
baseUrl
}
integral
/
100
2
/
vipDetailBg
.
png
') no-repeat center/cover;
// background: url('@
{
baseUrl
}
integral
/
100
3
/
vipDetailBg
.
png
') no-repeat center/cover;
flex-direction: row;
position: relative;
display: flex;
...
...
@@ -1459,7 +1459,7 @@
height: 37rpx;
margin-left: 10rpx;
margin-top: 5rpx;
// background: url('
@{
baseUrl
}
integral
/
100
2
/
tabNowBg
.
png
') no-repeat center/contain;
// background: url('
@{
baseUrl
}
integral
/
100
3
/
tabNowBg
.
png
') no-repeat center/contain;
display: flex;
align-items: center;
justify-content: center;
...
...
@@ -1495,7 +1495,7 @@
// flex: 1;
height: 144rpx;
width: 492rpx;
// background: url('
@{
baseUrl
}
integral
/
100
2
/
inteBarAreaBg
.
png
') no-repeat center/cover;
// background: url('
@{
baseUrl
}
integral
/
100
3
/
inteBarAreaBg
.
png
') no-repeat center/cover;
margin-left: 16rpx;
// padding: 16rpx 24rpx;
.integralClick {
...
...
@@ -1739,8 +1739,8 @@
justify-content: center;
&.active {
//https://duiba.oss-cn-hangzhou.aliyuncs.com/fh/integral/100
2
/tapSelectBg.png
// background-image: url('
@{
baseUrl
}
integral
/
100
2
/
tapSelectBg
.
png
');
//https://duiba.oss-cn-hangzhou.aliyuncs.com/fh/integral/100
3
/tapSelectBg.png
// background-image: url('
@{
baseUrl
}
integral
/
100
3
/
tapSelectBg
.
png
');
background-size: 100% 100%;
.tab-line1 { color: #1d1e25;
}
.tab-line2 { 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