Commit 52f5dd89 by MichaelJier

fix

1. 修复竖屏直播下抽奖图标不显示的问题
parent 1cc4c277
...@@ -12,7 +12,11 @@ export default { ...@@ -12,7 +12,11 @@ export default {
name: 'suspension-draw', name: 'suspension-draw',
props: { props: {
info: {}, info: {},
defaultIcon: require('./img/icon-draw.png') },
data() {
return {
defaultIcon: require('./img/icon-draw.png')
}
}, },
computed: { computed: {
...mapGetters({ ...mapGetters({
......
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