Commit 2e04b054 authored by haiyoucuv's avatar haiyoucuv

1

parent 6443407e
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"completeTimes": 9, "completeTimes": 9,
"title": "关注店铺", "title": "关注店铺",
"rewards": 1, "rewards": 1,
"status": 3 "status": 1
}, { }, {
"taskType": "orderGoods", "taskType": "orderGoods",
"times": 5, "times": 5,
......
...@@ -106,8 +106,9 @@ export class TaskPanel extends Panel { ...@@ -106,8 +106,9 @@ export class TaskPanel extends Panel {
initUi() { initUi() {
this.scroll = this.addChild(new ScrollList( this.scroll = this.addChild(new ScrollList(
TaskItem, 700, 180, TaskItem,
700, 900 700, 180,
700, 808
)); ));
this.scroll.position.set(25, 670); this.scroll.position.set(25, 670);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment