fix tequila
This commit is contained in:
parent
ee07abeae5
commit
9659e3574a
@ -358,7 +358,7 @@ export default {
|
|||||||
let card_data = {
|
let card_data = {
|
||||||
index: res,
|
index: res,
|
||||||
against: against,
|
against: against,
|
||||||
with: this.hand.indexOf(this.card_with) > -1 ? this.hand.indexOf(this.card_with):null,
|
with: this.handComputed.indexOf(this.card_with) > -1 ? this.handComputed.indexOf(this.card_with):null,
|
||||||
}
|
}
|
||||||
this.card_with = null
|
this.card_with = null
|
||||||
console.log(card_data)
|
console.log(card_data)
|
||||||
|
Loading…
Reference in New Issue
Block a user