@@ -2388,7 +2388,7 @@
},
"_contentSize": {
"__type__": "cc.Size",
- "width": 400,
+ "width": 500,
"height": 850
"_rotationX": 0,
@@ -8,7 +8,7 @@ cc.Class({
onLoad() {
this.node.on(cc.Node.EventType.TOUCH_END, () => {
- this.close();
+ // this.close();
});