修复upscale

This commit is contained in:
X1627315083
2024-04-23 11:56:52 +08:00
parent 2a5cde138e
commit e8592a8967

View File

@@ -1443,7 +1443,7 @@ export default defineComponent({
// message.info('Your print is empty')
// return
// }
if(this.allBoardData.printboardFiles.length<=0){
if(allBoardData.value.printboardFiles.length<=0){
return
}
if(credits.value < 30){