Commit a5fbe958 authored by haiyoucuv's avatar haiyoucuv

1

parent 2e04b054
...@@ -21150,7 +21150,7 @@ var TaskPanel = (function (_super) { ...@@ -21150,7 +21150,7 @@ var TaskPanel = (function (_super) {
}); });
}; };
TaskPanel.prototype.initUi = function () { TaskPanel.prototype.initUi = function () {
this.scroll = this.addChild(new ScrollList(TaskItem, 700, 180, 700, 900)); this.scroll = this.addChild(new ScrollList(TaskItem, 700, 180, 700, 808));
this.scroll.position.set(25, 670); this.scroll.position.set(25, 670);
}; };
TaskPanel.prototype.start = function (data) { TaskPanel.prototype.start = function (data) {
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -161,7 +161,7 @@ export class MapScene extends Scene { ...@@ -161,7 +161,7 @@ export class MapScene extends Scene {
} }
// 闯关记录里有的 // 闯关记录里有的
console.log(data.records); // console.log(data.records);
if (!Array.isArray(data.records)) data.records = []; if (!Array.isArray(data.records)) data.records = [];
data.records.forEach((v) => { data.records.forEach((v) => {
MapScene.checkArr[v.level].data = v; MapScene.checkArr[v.level].data = v;
......
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