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
fdd4f8c2
Commit
fdd4f8c2
authored
Oct 10, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
66666
parent
4c661607
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
Integral.vue
views/Integral.vue
+1
-1
My.vue
views/My.vue
+5
-5
No files found.
views/Integral.vue
View file @
fdd4f8c2
...
...
@@ -480,7 +480,7 @@
<swiper-item v-for="
(
item
,
index
)
in
vipActive
" :key="
index
">
<image
class="
vip
-
active
-
img
"
:src=
item?.img
:src=
"
$baseUrl
+
`${item?.img
}
`"
mode="
aspectFit
"
@click="
handleVipActiveClick
(
index
,
item
)
"
/>
...
...
views/My.vue
View file @
fdd4f8c2
...
...
@@ -95,7 +95,7 @@
</view>
</view>
<!-- 工具 -->
<view
class=
"tool-container"
>
<view
class=
"tool-container"
v-if=
"toolList?.length > 0"
>
<text
class=
"tool-title"
>
工具
</text>
<view
class=
"tool-list"
>
<view
class=
"tool-item"
v-for=
"item in toolList"
:key=
"item.title"
@
click=
"handleToolClick(item)"
>
...
...
@@ -115,7 +115,7 @@
:autoplay=
"true"
:circular=
"true"
indicator-color=
"#dfddd9"
indicator-active-color=
"#b27c1e"
:indicator-top=
"32"
>
<swiper-item
v-for=
"(item, index) in pageCfgStore?.contentCfg?.activeInfo"
:key=
"index"
>
<image
class=
"vip-active-img"
:src=
"
item?.img
"
mode=
"aspectFit"
@
click=
"handleVipActiveClick(index, item)"
/>
<image
class=
"vip-active-img"
:src=
"
$baseUrl + `$
{item?.bgUrl}`
" mode="aspectFit" @click="handleVipActiveClick(index, item)" />
</swiper-item>
</swiper>
</view>
...
...
@@ -622,9 +622,9 @@ const handleVipActiveClick = (index, item) => {
componentName
:
"精彩活动"
,
componentContent
:
"精彩活动-"
+
item
.
title
})
const
url
=
item
?.
url
;
const
type
=
item
?.
type
;
const
extra
=
item
?.
extra
;
const
url
=
item
?.
link
.
url
;
const
type
=
item
?.
link
.
type
;
const
extra
=
item
?.
link
.
extra
;
jump
({
type
:
type
,
...
...
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