|
@@ -210,7 +210,7 @@ export default {
|
|
watch: {
|
|
watch: {
|
|
showLottery(newValue, oldValue) {
|
|
showLottery(newValue, oldValue) {
|
|
if(!newValue&&(this.winTypes=='win_0'||this.winTypes=='win_2'||this.winTypes=='win_3')){
|
|
if(!newValue&&(this.winTypes=='win_0'||this.winTypes=='win_2'||this.winTypes=='win_3')){
|
|
- this.$refs.lottery.resetAngle()
|
|
|
|
|
|
+ // this.$refs.lottery.resetAngle()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|