Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
babycare_xiaoxiao
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王剑峰
babycare_xiaoxiao
Commits
2e04b054
Commit
2e04b054
authored
Oct 10, 2020
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6443407e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
popmartXXL2c.getTaskList.json
mock/miniTb/popmartXXL2c.getTaskList.json
+1
-1
TaskPanel.ts
src/panels/TaskPanel.ts
+3
-2
No files found.
mock/miniTb/popmartXXL2c.getTaskList.json
View file @
2e04b054
...
...
@@ -15,7 +15,7 @@
"completeTimes"
:
9
,
"title"
:
"关注店铺"
,
"rewards"
:
1
,
"status"
:
3
"status"
:
1
},
{
"taskType"
:
"orderGoods"
,
"times"
:
5
,
...
...
src/panels/TaskPanel.ts
View file @
2e04b054
...
...
@@ -106,8 +106,9 @@ export class TaskPanel extends Panel {
initUi
()
{
this
.
scroll
=
this
.
addChild
(
new
ScrollList
(
TaskItem
,
700
,
180
,
700
,
900
TaskItem
,
700
,
180
,
700
,
808
));
this
.
scroll
.
position
.
set
(
25
,
670
);
}
...
...
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