Commit 85dd5eb2 by 施嘉伟

合并分支 'feature/newUI_20220120' 到 'test'

feature

1. 修复刮刮乐mini版中奖信息不匹配问题

查看合并请求 !21
parents 187f84fb dded089f
......@@ -332,7 +332,7 @@ export default {
this.$refs?.prizeWhell && this.$refs.prizeWhell.start(+data?.id || 0)
this.isLottering = true
this.isLoading = false
// TODO
if (this.lotteryInfo.showType === LOTTERY_STYLE.scratch) {
this.$refs.typeScratchRef.drawAnimation()
}
......
......@@ -333,7 +333,7 @@ export default {
this.$refs?.prizeWhell && this.$refs.prizeWhell.start(+data?.id || 0)
this.isLottering = true
this.isLoading = false
// TODO
if (this.lotteryInfo.showType === LOTTERY_STYLE.scratch) {
this.$refs.typeScratchRef.drawAnimation()
}
......
......@@ -146,6 +146,9 @@ export default {
startLottery() {
Bus.$emit('updateMain', { func: 'startLottery' })
},
drawAnimation() {
//
},
// 刮奖结束回调
endCallBack() {
this.$toast({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment