This commit is contained in:
parent
5d5beeb011
commit
4ed2313f53
|
@ -192,7 +192,12 @@ export default {
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
statisticsData: null,
|
statisticsData: {
|
||||||
|
prize:{
|
||||||
|
list:[],
|
||||||
|
title:''
|
||||||
|
}
|
||||||
|
},
|
||||||
roterPre: roterPre,
|
roterPre: roterPre,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue