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
f59cfe93
Commit
f59cfe93
authored
Aug 20, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
66666
parent
66447f83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
suyuanyou.vue
components/quanyi/suyuanyou.vue
+6
-5
No files found.
components/quanyi/suyuanyou.vue
View file @
f59cfe93
<
template
>
<
template
>
<view
class=
"suyuanyou-component"
:style=
"
{
<view
class=
"suyuanyou-component"
:style=
"
{
background: `url(${$baseUrl}integral/101
5
/suyuanliBg${props.index}.png) no-repeat center/contain`,
background: `url(${$baseUrl}integral/101
8
/suyuanliBg${props.index}.png) no-repeat center/contain`,
}">
}">
<view
class=
"tipLock-section"
v-if=
"props.index
<
3
"
>
<view
class=
"tipLock-section"
v-if=
"props.index
<
3
"
>
<image
class=
"tipLock"
:src=
"$baseUrl + `integral/101
5
/tipsLock3$
{Number(props.index)}.png`" mode="aspectFit" />
<image
class=
"tipLock"
:src=
"$baseUrl + `integral/101
8
/tipsLock3$
{Number(props.index)}.png`" mode="aspectFit" />
</view>
</view>
<!-- 标题区域 -->
<!-- 标题区域 -->
<view
class=
"title-section"
>
<view
class=
"title-section"
>
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
class=
"bottom-button"
class=
"bottom-button"
v-if=
"isStart"
v-if=
"isStart"
:style=
"
{
:style=
"
{
background: `url(${$baseUrl}integral/101
5
/shengriliBtnBg${props.index}.png) no-repeat center/contain`
background: `url(${$baseUrl}integral/101
8
/shengriliBtnBg${props.index}.png) no-repeat center/contain`
}"
}"
mode="aspectFit"
mode="aspectFit"
@click="handleUpgrade"
@click="handleUpgrade"
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
<!-- 待开启按钮 -->
<!-- 待开启按钮 -->
<image
v-else
<image
v-else
class=
"bottom-button"
class=
"bottom-button"
:src=
"`$
{$baseUrl}integral/101
5
/daikaiqiDisBtn${props.index}.png`"
:src=
"`$
{$baseUrl}integral/101
8
/daikaiqiDisBtn${props.index}.png`"
mode="aspectFit"
mode="aspectFit"
@click="handleUpgrade_daikaiqi"
@click="handleUpgrade_daikaiqi"
/>
/>
...
@@ -42,8 +42,9 @@
...
@@ -42,8 +42,9 @@
</
template
>
</
template
>
<
script
setup
>
<
script
setup
>
import
{
defineProps
,
defineEmits
}
from
'vue'
import
{
defineProps
,
defineEmits
,
ref
,
onMounted
}
from
'vue'
import
{
showLoading
,
hideLoading
}
from
'../../utils'
;
import
{
showLoading
,
hideLoading
}
from
'../../utils'
;
import
{
fetchActivityStateJSON
}
from
'../../api/integral'
;
// 定义组件名称
// 定义组件名称
defineOptions
({
defineOptions
({
...
...
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