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
5f8d638e
Commit
5f8d638e
authored
Nov 12, 2025
by
spc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed
parent
c6814dca
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
81 additions
and
265 deletions
+81
-265
package-lock.json
package-lock.json
+73
-260
index.vue
pages/index/index.vue
+8
-5
No files found.
package-lock.json
View file @
5f8d638e
This diff is collapsed.
Click to expand it.
pages/index/index.vue
View file @
5f8d638e
...
...
@@ -248,7 +248,7 @@ const handleTaskComplete = async (taskIdParam) => {
globalStore
.
isShowTaskComplete
=
true
;
globalStore
.
taskCompletePoints
=
integralStore
.
queryTodoResult
.
data
[
0
]?.
actualCredits
;
globalStore
.
taskCompleteTitle
=
integralStore
.
queryTodoResult
.
data
[
0
]?.
taskName
;
}
else
{
}
else
{
console
.
info
(
'taskCompleteJSON res error:'
,
integralStore
.
queryTodoResult
);
}
};
...
...
@@ -338,7 +338,7 @@ onShareAppMessage((e) => {
title
:
integralStore
.
originInviteHome
?.
data
?.
invitationText
,
path
:
'/pages/invate/sharepage'
+
'?inviteCode='
+
integralStore
.
originInviteHome
?.
data
?.
invitationCode
,
imageUrl
:
integralStore
.
originInviteHome
?.
data
?.
invitationImageUrl
integralStore
.
originInviteHome
?.
data
?.
invitationImageUrl
};
}
return
shareOptions
[
pageType
]
||
shareOptions
[
0
];
...
...
@@ -358,9 +358,12 @@ const handleViewActivity = (activity, index) => {
// 接口调用已在组件内部完成,这里只需要处理跳转逻辑
const
activityCount
=
selectedActivityList
.
value
.
length
console
.
log
(
'handleViewActivity activity:'
,
activity
);
console
.
log
(
'handleViewActivity index:'
,
index
);
console
.
log
(
'handleViewActivity activityCount:'
,
activityCount
);
if
(
activityCount
===
1
)
{
// 1个活动:跳转到详情页(使用接口返回的 activityUri)
const
uri
=
activity
.
activityUri
const
uri
=
activity
.
activityUri
||
activity
.
uri
if
(
!
uri
)
{
console
.
warn
(
'活动没有跳转地址'
)
return
...
...
@@ -372,7 +375,7 @@ const handleViewActivity = (activity, index) => {
}
else
{
jump
({
type
:
JumpType
.
INNER
,
url
:
'subPackages/momclub/actList?type=2'
url
:
'
/
subPackages/momclub/actList?type=2'
})
...
...
@@ -482,7 +485,7 @@ const handleTaskClick = async (data) => {
return
;
}
switch
(
data
.
task
.
taskTodoExtra
.
type
)
{
case
'Perfect'
:
globalStore
.
closeTaskPop
();
// 先关闭TaskPop
...
...
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