修复宝箱助力背景视频问题

This commit is contained in:
yuyongdong 2024-05-11 11:00:18 +08:00
parent 0f23b8ee6f
commit b05f1adfcc

View File

@ -373,7 +373,7 @@ export default {
return 3
} else if(this.filteredBoxBar <= 80) {
return 4
} else if(this.filteredBoxBar <= 100) {
} else {
return 5
}
},