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