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
db048584
Commit
db048584
authored
Nov 12, 2025
by
spc
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://gitlab.dui88.com/fh/20250528_FHQ1
into dev
parents
ff0e8c7f
b9cee113
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
TaskPerson.vue
components/renwu/TaskPerson.vue
+0
-2
index.vue
pages/index/index.vue
+4
-1
Integral.vue
views/Integral.vue
+2
-2
No files found.
components/renwu/TaskPerson.vue
View file @
db048584
...
...
@@ -564,8 +564,6 @@ const checkAndUpdateTaskResult = async () => {
globalStore
.
taskCompletePoints
=
integralStore
.
queryTodoResult
.
data
[
0
]?.
actualCredits
;
globalStore
.
taskCompleteTitle
=
integralStore
.
queryTodoResult
.
data
[
0
]?.
taskName
;
}
await
integralStore
.
getSigninAndTaskInfoJSON
();
//刷新任务接口
};
const
handleClose
=
()
=>
{
...
...
pages/index/index.vue
View file @
db048584
...
...
@@ -284,6 +284,8 @@ const handleTaskComplete = async (taskIdParam) => {
}
else
{
console
.
info
(
'taskCompleteJSON res error:'
,
integralStore
.
queryTodoResult
);
}
await
integralStore
.
getSigninAndTaskInfo
();
//刷新任务接口
};
onShow
(
async
()
=>
{
...
...
@@ -508,9 +510,10 @@ const handleTaskClick = async (data) => {
const
extra3
=
JSON
.
parse
(
data
?.
task
?.
taskTodoExtra
?.
extra
);
if
(
extra3
.
length
>
0
)
{
const
idx
=
Math
.
floor
(
Math
.
random
()
*
extra3
.
length
);
let
url
=
'subPackages/shopMainProcess/product/index?productId={productId}&skuId={skuId}&entrySource=xmh_wechatmp_points_north'
;
url
=
url
.
replace
(
'{productId}'
,
extra3
[
0
].
itemId
).
replace
(
'{skuId}'
,
extra3
[
0
].
skuId
);
url
=
url
.
replace
(
'{productId}'
,
extra3
[
idx
].
itemId
).
replace
(
'{skuId}'
,
extra3
[
idx
].
skuId
);
jump
({
type
:
JumpType
.
MINI
,
url
:
url
,
...
...
views/Integral.vue
View file @
db048584
...
...
@@ -3071,13 +3071,13 @@ const handleViewBenefits = () => {
}
;
// 任务按钮点击事件
const handleTaskButtonClick = () => {
const handleTaskButtonClick =
async
() => {
// jump({
// type: JumpType.INNER,
// url: '/activities/1015/home'
//
}
)
// return
await integralStore.getSigninAndTaskInfo();//刷新任务接口
console.log('任务按钮点击');
console.log('taskTodo数据:', integralStore?.signinAndTaskInfo?.data?.taskTodo);
globalStore.showTaskPop(integralStore?.signinAndTaskInfo?.data?.taskTodo);
...
...
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