feat:练字贴生成

This commit is contained in:
R524809
2025-10-20 17:40:06 +08:00
parent 2734b9de9e
commit 10b8c12d51
10 changed files with 218 additions and 156 deletions
+1 -4
View File
@@ -71,9 +71,6 @@ Page({
const boxWidth = rect.width;
const boxHeight = boxWidth / (width / height);
console.log('boxWidth----:', boxWidth)
console.log('boxHeight----:', boxHeight)
// 然后初始化canvas
wx.createSelectorQuery()
.select('#canvasContent')
@@ -182,7 +179,7 @@ Page({
}
if (isBeyond) {
wx.showToast({
title: '最多只能添加6个字,多余的字被添加哦!',
title: '最多只能添加6个字,多余的字被添加哦!',
icon: 'none',
duration: 2000,
});