|
|
@@ -220,8 +220,6 @@ export default class Guide extends cc.Component {
|
|
|
|
|
|
if (this.crtGuide.tr_form == 3 || this.crtGuide.tr_form == 4) {
|
|
|
this.node_bg.opacity = 0;
|
|
|
- this.node_click['_touchListener'].swallowTouches = false;
|
|
|
- this.node_bg['_touchListener'].swallowTouches = false;
|
|
|
}
|
|
|
|
|
|
if (this.crtGuide.tr_form == 1 || this.crtGuide.tr_form == 3) {
|
|
|
@@ -269,8 +267,6 @@ export default class Guide extends cc.Component {
|
|
|
this.node_click.height = 0;
|
|
|
this.node_finger.opacity = 0;
|
|
|
this.node_dialog.opacity = 0;
|
|
|
- this.node_click['_touchListener'].swallowTouches = true;
|
|
|
- this.node_bg['_touchListener'].swallowTouches = true;
|
|
|
}
|
|
|
|
|
|
|