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
e434cb6e
Commit
e434cb6e
authored
Aug 21, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6666666
parent
116fa850
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
485 additions
and
626 deletions
+485
-626
aibenxinrenli.vue
components/quanyi/aibenxinrenli.vue
+4
-4
jinjili.vue
components/quanyi/jinjili.vue
+4
-4
mianfeiwenzhen.vue
components/quanyi/mianfeiwenzhen.vue
+2
-2
shengrili.vue
components/quanyi/shengrili.vue
+7
-7
suyuanyou.vue
components/quanyi/suyuanyou.vue
+4
-4
xinrenli.vue
components/quanyi/xinrenli.vue
+7
-7
zhuanduanli.vue
components/quanyi/zhuanduanli.vue
+4
-4
Integral.vue
views/Integral.vue
+453
-594
No files found.
components/quanyi/aibenxinrenli.vue
View file @
e434cb6e
<
template
>
<view
class=
"aiben-component"
:style=
"
{
background: `url(${$baseUrl}integral/10
18
/aibenxinrenliBg${getBgName()}.png) no-repeat center/contain`,
background: `url(${$baseUrl}integral/10
21
/aibenxinrenliBg${getBgName()}.png) no-repeat center/contain`,
height: `${getHeight()}`
}">
<view
class=
"tipLock-section"
v-if=
"props.index == 0"
>
<image
class=
"tipLock"
:src=
"$baseUrl + `integral/10
18
/tipsLock1.png`"
mode=
"aspectFit"
/>
<image
class=
"tipLock"
:src=
"$baseUrl + `integral/10
21
/tipsLock1.png`"
mode=
"aspectFit"
/>
</view>
<!-- 标题区域 -->
<view
class=
"title-section"
>
...
...
@@ -19,7 +19,7 @@
<!--
<image
v-if=
"props.isshowLock && props.index == 0"
class=
"bottom-button"
:src=
"$baseUrl + `integral/10
18
/aibenxinrenliQushengjiBtn$
{props.index}.png`"
:src=
"$baseUrl + `integral/10
21
/aibenxinrenliQushengjiBtn$
{props.index}.png`"
mode="aspectFit"
@click="handleUpgrade"
/> -->
...
...
@@ -28,7 +28,7 @@
class=
"bottom-button"
v-if=
"props.isshowLock"
:style=
"
{
background: `url(${$baseUrl}integral/10
18
/aibenxinrenliBtnBg${props.index}.png) no-repeat center/contain`
background: `url(${$baseUrl}integral/10
21
/aibenxinrenliBtnBg${props.index}.png) no-repeat center/contain`
}"
mode="aspectFit"
@click="handleUpgrade"
...
...
components/quanyi/jinjili.vue
View file @
e434cb6e
<
template
>
<view
class=
"jinjili-component"
:style=
"
{
background: `url(${$baseUrl}integral/10
18
/jinjiliBg${getBgName()}.png) no-repeat center/contain`,
background: `url(${$baseUrl}integral/10
21
/jinjiliBg${getBgName()}.png) no-repeat center/contain`,
height: `${getHeight()}`
}">
<view
class=
"tipLock-section"
v-if=
"props.index
<
2
"
>
<image
class=
"tipLock"
:src=
"$baseUrl + `integral/10
18
/tipsLock2$
{Number(props.index)}.png`" mode="aspectFit" />
<image
class=
"tipLock"
:src=
"$baseUrl + `integral/10
21
/tipsLock2$
{Number(props.index)}.png`" mode="aspectFit" />
</view>
<!-- 标题区域 -->
<view
class=
"title-section"
>
...
...
@@ -18,7 +18,7 @@
<!--
<image
v-if=
"props.isshowLock"
class=
"bottom-button"
:src=
"$baseUrl + `integral/10
18
/jinjiQushengjiBtn$
{props.index}.png`"
:src=
"$baseUrl + `integral/10
21
/jinjiQushengjiBtn$
{props.index}.png`"
mode="aspectFit"
@click="handleUpgrade"
/> -->
...
...
@@ -27,7 +27,7 @@
class=
"bottom-button"
v-if=
"props.isshowLock"
:style=
"
{
background: `url(${$baseUrl}integral/10
18
/shengriliBtnBg${props.index}.png) no-repeat center/contain`
background: `url(${$baseUrl}integral/10
21
/shengriliBtnBg${props.index}.png) no-repeat center/contain`
}"
mode="aspectFit"
@click="handleUpgrade"
...
...
components/quanyi/mianfeiwenzhen.vue
View file @
e434cb6e
<
template
>
<view
class=
"mianfei-component"
:style=
"
{
background: `url(${$baseUrl}integral/102
0
/mianfeiwenzhenBg${props.index}.png) no-repeat center/contain`,
background: `url(${$baseUrl}integral/102
1
/mianfeiwenzhenBg${props.index}.png) no-repeat center/contain`,
}">
<!-- 标题区域 -->
<view
class=
"title-section"
>
...
...
@@ -10,7 +10,7 @@
<!-- 底部按钮 -->
<image
class=
"bottom-button"
:src=
"$baseUrl + `integral/102
0
/mianfeiwenzhenQushiyongBtn$
{props.index}.png`"
:src=
"$baseUrl + `integral/102
1
/mianfeiwenzhenQushiyongBtn$
{props.index}.png`"
mode="aspectFit"
@click="handleUseNow"
/>
...
...
components/quanyi/shengrili.vue
View file @
e434cb6e
<
template
>
<view
class=
"shengri-component"
:style=
"
{
background: `url(${$baseUrl}integral/10
15
/shengriliBg${props.index}.png) no-repeat center/contain`,
background: `url(${$baseUrl}integral/10
21
/shengriliBg${props.index}.png) no-repeat center/contain`,
}">
<view
class=
"tipLock-section"
v-if=
"props.index
<
2
"
>
<image
class=
"tipLock"
:src=
"$baseUrl + `integral/10
15
/tipsLock2$
{Number(props.index)}.png`" mode="aspectFit" />
<image
class=
"tipLock"
:src=
"$baseUrl + `integral/10
21
/tipsLock2$
{Number(props.index)}.png`" mode="aspectFit" />
</view>
<!-- 标题区域 -->
...
...
@@ -15,10 +15,10 @@
<!-- 奖励卡片区域 -->
<view
class=
"rewards-section"
>
<!-- 积分奖励卡片 -->
<view
class=
"reward-card"
:style=
"
{ background: `url(${$baseUrl}integral/10
15
/shengriliJifenIcon${props.index}.png) no-repeat center/contain` }" @click="handlePointsClick">
<view
class=
"reward-card"
:style=
"
{ background: `url(${$baseUrl}integral/10
21
/shengriliJifenIcon${props.index}.png) no-repeat center/contain` }" @click="handlePointsClick">
<!--
<image
class=
"reward-icon"
:src=
"`$
{$baseUrl}integral/10
15
/shengriliJifenIcon${props.index}.png`"
:src=
"`$
{$baseUrl}integral/10
21
/shengriliJifenIcon${props.index}.png`"
mode="aspectFit"
/> -->
<text
class=
"reward-text"
>
888积分
</text>
...
...
@@ -28,7 +28,7 @@
<view
class=
"reward-card1"
@
click=
"handleCouponClick"
>
<image
class=
"reward-icon1"
:src=
"`$
{$baseUrl}integral/10
15
/shengriliQuanIcon${props.index}.png`"
:src=
"`$
{$baseUrl}integral/10
21
/shengriliQuanIcon${props.index}.png`"
mode="aspectFit"
/>
</view>
...
...
@@ -39,7 +39,7 @@
class=
"bottom-button"
v-if=
"!(status1 === 4000 && !props.isshowLock)"
:style=
"
{
background: `url(${$baseUrl}integral/10
15
/shengriliBtnBg${props.index}.png) no-repeat center/contain`
background: `url(${$baseUrl}integral/10
21
/shengriliBtnBg${props.index}.png) no-repeat center/contain`
}"
mode="aspectFit"
@click="handleUpgrade"
...
...
@@ -51,7 +51,7 @@
<image
class=
"bottom-button"
v-if=
"status1 === 4000 && !props.isshowLock"
:src=
"`$
{$baseUrl}integral/10
15
/daikaiqiDisBtn${props.index}.png`"
:src=
"`$
{$baseUrl}integral/10
21
/daikaiqiDisBtn${props.index}.png`"
mode="aspectFit"
@click="handleUpgrade_daikaiqi"
/>
...
...
components/quanyi/suyuanyou.vue
View file @
e434cb6e
<
template
>
<view
class=
"suyuanyou-component"
:style=
"
{
background: `url(${$baseUrl}integral/10
18
/suyuanliBg${props.index}.png) no-repeat center/contain`,
background: `url(${$baseUrl}integral/10
21
/suyuanliBg${props.index}.png) no-repeat center/contain`,
}">
<view
class=
"tipLock-section"
v-if=
"props.index
<
3
"
>
<image
class=
"tipLock"
:src=
"$baseUrl + `integral/10
18
/tipsLock3$
{Number(props.index)}.png`" mode="aspectFit" />
<image
class=
"tipLock"
:src=
"$baseUrl + `integral/10
21
/tipsLock3$
{Number(props.index)}.png`" mode="aspectFit" />
</view>
<!-- 标题区域 -->
<view
class=
"title-section"
>
...
...
@@ -18,7 +18,7 @@
class=
"bottom-button"
v-if=
"getshowShengji()"
:style=
"
{
background: `url(${$baseUrl}integral/10
18
/shengriliBtnBg${props.index}.png) no-repeat center/contain`
background: `url(${$baseUrl}integral/10
21
/shengriliBtnBg${props.index}.png) no-repeat center/contain`
}"
mode="aspectFit"
@click="handleUpgrade"
...
...
@@ -28,7 +28,7 @@
<!-- 待开启按钮 -->
<image
v-else
class=
"bottom-button"
:src=
"`$
{$baseUrl}integral/10
18
/daikaiqiDisBtn${props.index}.png`"
:src=
"`$
{$baseUrl}integral/10
21
/daikaiqiDisBtn${props.index}.png`"
mode="aspectFit"
@click="handleUpgrade_daikaiqi"
/>
...
...
components/quanyi/xinrenli.vue
View file @
e434cb6e
<
template
>
<view
class=
"xinrenli-component"
:style=
"
{
background: `url(${$baseUrl}integral/10
15
/xinrenliBg${props.index}.png) no-repeat center/contain`,
background: `url(${$baseUrl}integral/10
21
/xinrenliBg${props.index}.png) no-repeat center/contain`,
}">
<!-- 标题区域 -->
<view
class=
"title-section"
>
...
...
@@ -16,7 +16,7 @@
<view
class=
"coupon-item"
@
click=
"handleCouponClick(0)"
>
<image
class=
"coupon-img"
:src=
"$baseUrl + `integral/10
15
/xirenliQuan$
{props.index}0.png`"
:src=
"$baseUrl + `integral/10
21
/xirenliQuan$
{props.index}0.png`"
mode="aspectFit"
/>
</view>
...
...
@@ -24,7 +24,7 @@
<view
class=
"coupon-item"
@
click=
"handleCouponClick(1)"
>
<image
class=
"coupon-img"
:src=
"$baseUrl + `integral/10
15
/xirenliQuan$
{props.index}1.png`"
:src=
"$baseUrl + `integral/10
21
/xirenliQuan$
{props.index}1.png`"
mode="aspectFit"
/>
</view>
...
...
@@ -32,7 +32,7 @@
<view
class=
"coupon-item"
@
click=
"handleCouponClick(2)"
>
<image
class=
"coupon-img"
:src=
"$baseUrl + `integral/10
15
/xirenliQuan$
{props.index}2.png`"
:src=
"$baseUrl + `integral/10
21
/xirenliQuan$
{props.index}2.png`"
mode="aspectFit"
/>
</view>
...
...
@@ -43,7 +43,7 @@
<view
class=
"coupon-item"
@
click=
"handleCouponClick(3)"
>
<image
class=
"coupon-img"
:src=
"$baseUrl + `integral/10
15
/xirenliQuan$
{props.index}3.png`"
:src=
"$baseUrl + `integral/10
21
/xirenliQuan$
{props.index}3.png`"
mode="aspectFit"
/>
</view>
...
...
@@ -51,7 +51,7 @@
<view
class=
"coupon-item"
@
click=
"handleCouponClick(4)"
>
<image
class=
"coupon-img"
:src=
"$baseUrl + `integral/10
15
/xirenliQuan$
{props.index}4.png`"
:src=
"$baseUrl + `integral/10
21
/xirenliQuan$
{props.index}4.png`"
mode="aspectFit"
/>
</view>
...
...
@@ -61,7 +61,7 @@
<!-- 底部按钮 -->
<image
class=
"bottom-button"
:src=
"$baseUrl + `integral/10
15
/xinrenliQuxingmaBtn$
{props.index}.png`"
:src=
"$baseUrl + `integral/10
21
/xinrenliQuxingmaBtn$
{props.index}.png`"
mode="aspectFit"
@click="handleGoToShop"
/>
...
...
components/quanyi/zhuanduanli.vue
View file @
e434cb6e
<
template
>
<view
class=
"zhuanduanli-component"
:style=
"
{
background: `url(${$baseUrl}integral/10
18
/zhuanduanliBg${getBgName()}.png) no-repeat center/contain`,
background: `url(${$baseUrl}integral/10
21
/zhuanduanliBg${getBgName()}.png) no-repeat center/contain`,
height: `${getHeight()}`
}">
<view
class=
"tipLock-section"
v-if=
"props.index == 0"
>
<image
class=
"tipLock"
:src=
"$baseUrl + `integral/10
18
/tipsLock1.png`"
mode=
"aspectFit"
/>
<image
class=
"tipLock"
:src=
"$baseUrl + `integral/10
21
/tipsLock1.png`"
mode=
"aspectFit"
/>
</view>
<!-- 标题区域 -->
<view
class=
"title-section"
>
...
...
@@ -18,7 +18,7 @@
<!--
<image
v-if=
"props.isshowLock && props.index == 0"
class=
"bottom-button"
:src=
"$baseUrl + `integral/10
18
/zhuanduanliQushengjiBtn$
{props.index}.png`"
:src=
"$baseUrl + `integral/10
21
/zhuanduanliQushengjiBtn$
{props.index}.png`"
mode="aspectFit"
@click="handleUpgrade"
/> -->
...
...
@@ -27,7 +27,7 @@
class=
"bottom-button"
v-if=
"props.isshowLock"
:style=
"
{
background: `url(${$baseUrl}integral/10
18
/zhuanduanliBtnBg${props.index}.png) no-repeat center/contain`
background: `url(${$baseUrl}integral/10
21
/zhuanduanliBtnBg${props.index}.png) no-repeat center/contain`
}"
mode="aspectFit"
@click="handleUpgrade"
...
...
views/Integral.vue
View file @
e434cb6e
This diff is collapsed.
Click to expand it.
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