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

dev commit

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