lilei 4 سال پیش
والد
کامیت
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()
 			}
 		}
 	},