This commit is contained in:
mashuai 2024-12-31 15:46:09 +08:00
parent 7eeb6c972f
commit b0324fad0b
1 changed files with 24 additions and 24 deletions

View File

@ -1222,7 +1222,7 @@ export default {
}, },
// //
print() { print() {
this.$refs.remarksPrintRef.print(); this.$refs.remarksPrintRef.print();
}, },
@ -1333,7 +1333,7 @@ export default {
context.strokeText(c, 0, 0); // context.strokeText(c, 0, 0); //
context.restore(); context.restore();
} }
}, },
// //
create5star(context, sx, sy, radius, color, rotato) { create5star(context, sx, sy, radius, color, rotato) {