浏览代码

bug 修复

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