Browse Source

bug 修复

lilei 4 năm trước cách đây
mục cha
commit
c877a51067
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()
 			}
 		}
 	},