This commit is contained in:
zpc 2025-12-28 22:06:33 +08:00
parent 993bf5c17b
commit 36eef8189d

View File

@ -684,7 +684,7 @@ const handleSaveImage = async () => {
try {
uni.showLoading({
title: "保存中...",
title: "提交数据中...",
});
//
@ -791,7 +791,9 @@ const handleSaveAndSubmit = async () => {
//
await refreshAllWatermarks();
uni.showLoading({
title: "开始提交数据中...",
});
var saveData = {
workContent: workContent.value,
workers: workers.value.filter((worker) => worker.trim() !== ""),