浏览代码

bug 修复

lilei 4 年之前
父节点
当前提交
8ee1b4cf01
共有 1 个文件被更改,包括 5 次插入6 次删除
  1. 5 6
      pagesA/luckDraw/luckDraw.vue

+ 5 - 6
pagesA/luckDraw/luckDraw.vue

@@ -16,8 +16,8 @@
 				v-if="prizeList.length"
 				:duration="6"
 				:ringCount="6"
-				:imageWidth="50"
-				:imageHeight="50"
+				:imageWidth="40"
+				:imageHeight="40"
 				:canvasWidth="canvasData.width"
 				:canvasHeight="canvasData.height"
 				:canvasMargin="canvasData.margin"
@@ -347,9 +347,6 @@ export default {
 						}
 					}
 				}
-				// 刷新免费抽奖次数
-				this.getCustomerTimes()
-				this.getDrawList()
 			})
 		},
 		// 本次抽奖结束
@@ -378,7 +375,9 @@ export default {
 					this.winTypes = 'win_2'
 				}
 			}
-			
+			// 刷新免费抽奖次数
+			this.getCustomerTimes()
+			this.getDrawList()
 			this.showLottery = true
 		},
 		// 抽奖转盘绘制完成