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
92033f33
Commit
92033f33
authored
Jun 13, 2025
by
王炽
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '20250528-dev-king' into dev
parents
31a6590d
3d0ce284
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
Integral.vue
views/Integral.vue
+7
-4
No files found.
views/Integral.vue
View file @
92033f33
...
@@ -194,7 +194,7 @@
...
@@ -194,7 +194,7 @@
mode
=
"aspectFit"
mode
=
"aspectFit"
/>
/>
<
image
<
image
v
-
if
=
"vipQuanyiData[Math.abs(itemIndex)].isNewArr.includes(item) && itemIndex > vipLevel"
v
-
if
=
"vipQuanyiData[Math.abs(itemIndex)].isNewArr.includes(item) && itemIndex >
=
vipLevel"
class
=
"new-tip"
class
=
"new-tip"
:
src
=
"$baseUrl + 'integral/1002/newTip.png'"
:
src
=
"$baseUrl + 'integral/1002/newTip.png'"
mode
=
"aspectFit"
mode
=
"aspectFit"
...
@@ -1073,9 +1073,12 @@
...
@@ -1073,9 +1073,12 @@
const
handleGoodsItemClick
=
(
arridx
,
googidx
)
=>
{
const
handleGoodsItemClick
=
(
arridx
,
googidx
)
=>
{
console
.
log
(
'handleGoodsItemClick:'
,
arridx
,
googidx
);
console
.
log
(
'handleGoodsItemClick:'
,
arridx
,
googidx
);
const
url
=
productIdUrl
.
value
[
arridx
][
googidx
].
url
;
const
url
=
productIdUrl
.
value
[
arridx
][
googidx
-
1
].
url
;
const
type
=
productIdUrl
.
value
[
arridx
][
googidx
].
type
;
const
type
=
productIdUrl
.
value
[
arridx
][
googidx
-
1
].
type
;
const
extra
=
productIdUrl
.
value
[
arridx
][
googidx
].
extra
;
const
extra
=
productIdUrl
.
value
[
arridx
][
googidx
-
1
].
extra
;
console
.
log
(
'url11111='
,
url
);
jump
({
jump
({
type
:
type
,
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