lilei %!s(int64=4) %!d(string=hai) anos
pai
achega
c877a51067
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pagesA/luckDraw/luckDraw.vue

+ 1 - 1
pagesA/luckDraw/luckDraw.vue

@@ -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()
 			}
 		}
 	},