Browse Source

bug 修复

lilei 4 years ago
parent
commit
44ded32b0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pagesA/luckDraw/luckDraw.vue

+ 1 - 1
pagesA/luckDraw/luckDraw.vue

@@ -480,7 +480,7 @@ export default {
 			this.showLottery = true
 			this.showLottery = true
 			setTimeout(()=>{
 			setTimeout(()=>{
 				this.isSocktOut = false
 				this.isSocktOut = false
-			},100)
+			},300)
 		},
 		},
 		// 抽奖转盘绘制完成
 		// 抽奖转盘绘制完成
 		handleDrawFinish(res) {
 		handleDrawFinish(res) {