|
@@ -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
|
|
|
},
|
|
|
// 抽奖转盘绘制完成
|