lilei 4 лет назад
Родитель
Сommit
c877a51067
1 измененных файлов с 1 добавлено и 1 удалено
  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()
 			}
 		}
 	},