Commit 7bb84882 authored by 李维's avatar 李维

dev commit

parent f3824d68
...@@ -554,6 +554,7 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -554,6 +554,7 @@ export class PlayComponent implements OnInit, OnDestroy {
bgCard.selected = false; bgCard.selected = false;
this.subscribeMapDownEvent(radioButtonRight_out.id, ()=>{ this.subscribeMapDownEvent(radioButtonRight_out.id, ()=>{
console.log("Right Click")
if(!bgCard.selected) { if(!bgCard.selected) {
bgCard.switchSelect("right") bgCard.switchSelect("right")
if(dataItem.rightSide == "right") { if(dataItem.rightSide == "right") {
...@@ -576,6 +577,7 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -576,6 +577,7 @@ export class PlayComponent implements OnInit, OnDestroy {
}) })
this.subscribeMapDownEvent(radioButtonLeft_out.id, ()=>{ this.subscribeMapDownEvent(radioButtonLeft_out.id, ()=>{
console.log("Left Click")
if(!bgCard.selected) { if(!bgCard.selected) {
bgCard.switchSelect("left") bgCard.switchSelect("left")
if(dataItem.rightSide == "left") { if(dataItem.rightSide == "left") {
......
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