修改功能基本ok

This commit is contained in:
2026-04-14 15:22:06 +08:00
parent fd32a85424
commit 0657117ec2
3 changed files with 60 additions and 38 deletions
@@ -169,6 +169,7 @@ async function handleSubmit() {
}));
loading.value = true;
console.log(form.photos)
try {
const res = await purchaseApi.updateOrder(orderId, {
title: form.title,