Commit 1ba5f595 authored by yu's avatar yu

1

parent 2c783666
...@@ -168,6 +168,7 @@ export default class PuzzleJigsaw extends MyCocosSceneComponent { ...@@ -168,6 +168,7 @@ export default class PuzzleJigsaw extends MyCocosSceneComponent {
let stone1 = cc.find("stone1", ch); let stone1 = cc.find("stone1", ch);
this.stSction(stone1); this.stSction(stone1);
}) })
cc.find("ScrollView", this.node).getComponent(cc.ScrollView).enabled = op.length > 4;
} }
private stSction(node) { private stSction(node) {
......
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