This commit is contained in:
faiz 2024-05-29 15:02:12 +08:00
parent 5d5beeb011
commit 4ed2313f53
1 changed files with 6 additions and 1 deletions

View File

@ -192,7 +192,12 @@ export default {
}, },
data() { data() {
return { return {
statisticsData: null, statisticsData: {
prize:{
list:[],
title:''
}
},
roterPre: roterPre, roterPre: roterPre,
} }
}, },