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
831c6c35
Commit
831c6c35
authored
Jun 13, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
点击查看更多
parent
af55f511
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
7 deletions
+25
-7
Integral.vue
views/Integral.vue
+25
-7
No files found.
views/Integral.vue
View file @
831c6c35
...
...
@@ -445,6 +445,12 @@
type
:
3
,
}
}
,
clickMore
:{
url
:
"subPackages/xmhMainProcess/member/index?entrySource=xmh_wechatmp_points_recgoodsbot"
,
type
:
2
,
extra
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
qunyiInfo
:
{
vipRule
:
{
url
:
"https://mom.feihe.com/member/mine/pointStrategy"
,
...
...
@@ -898,6 +904,7 @@
const
swiperData
=
ref
([]);
//banner图片
const
vipLvIcons
=
ref
([]);
//会员等级图标
const
vipIntegral
=
ref
({
}
);
//积分明细\
const
clickMore
=
ref
({
}
);
//点击更多
const
vipActive
=
ref
([]);
//会员活动
const
tabInfo
=
ref
({
}
);
//tabbar信息
const
listCommon
=
ref
({
}
);
//商品列表通用信息
...
...
@@ -1074,11 +1081,17 @@
}
)
}
//商品点击
const
handleGoodsItemClick
=
(
arridx
,
googidx
)
=>
{
console
.
log
(
'handleGoodsItemClick:'
,
arridx
,
googidx
);
const
url
=
productIdUrl
.
value
[
arridx
][
googidx
-
1
].
url
;
const
type
=
productIdUrl
.
value
[
arridx
][
googidx
-
1
].
type
;
const
extra
=
productIdUrl
.
value
[
arridx
][
googidx
-
1
].
extra
;
let
item
=
productIdUrl
.
value
[
arridx
][
googidx
-
1
];
const
url
=
item
.
url
.
replace
(
'{productId
}
'
,
item
.
productId
).
replace
(
'{skuId
}
'
,
item
.
skuId
);
const
type
=
item
.
type
;
const
extra
=
item
.
extra
;
console
.
log
(
'url11111='
,
url
);
...
...
@@ -1121,11 +1134,15 @@
// 处理查看更多点击
const
handleMoreClick
=
()
=>
{
// #ifdef MP-WEIXIN
uni
.
navigateTo
({
url
:
'/pages/webview/webview?url='
+
encodeURIComponent
(
'https://www.baidu.com'
)
const
url
=
clickMore
.
value
.
url
;
const
type
=
clickMore
.
value
.
type
;
const
extra
=
clickMore
.
value
.
extra
;
jump
({
type
:
type
,
url
:
url
,
extra
:
extra
}
)
// #endif
}
//积分兑换按钮点击事件
...
...
@@ -1243,6 +1260,7 @@
swiperData
.
value
=
integralData
.
value
.
swiper
;
vipLvIcons
.
value
=
integralData
.
value
.
viplv
.
imgs
;
vipIntegral
.
value
=
integralData
.
value
.
vipIntegral
;
clickMore
.
value
=
integralData
.
value
.
clickMore
;
vipActive
.
value
=
integralData
.
value
.
vipActive
;
tabInfo
.
value
=
integralData
.
value
.
goodsListData
.
tabInfo
;
listCommon
.
value
=
integralData
.
value
.
goodsListData
.
listCommon
;
...
...
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