上传头像 部分卡片加入模型选择

This commit is contained in:
X1627315083@163.com
2026-03-18 10:59:12 +08:00
parent 61034e71d1
commit 68a6be6468
16 changed files with 235 additions and 41 deletions

View File

@@ -16,7 +16,7 @@
const open = async (options) => {
let json = []
await new Promise((resolve) => {
getSketchFlowCanvas({ id: options.imgId }).then((res:any) => {
getSketchFlowCanvas({ id: options.imgId },true).then((res:any) => {
if (res) {
json = JSON.parse(res)
}
@@ -34,7 +34,7 @@
await new Promise((resolve) => {
putSketchFlowCanvas({
id: config.value.imgId,
canvasData: str }).then(() => {
canvasData: str },true).then(() => {
resolve(true)
}).catch(() => {
resolve(true)