fix: 🧩 修复产品详情传值

This commit is contained in:
2025-07-08 17:10:10 +08:00
parent 776de99441
commit 38b57adb5e

View File

@@ -69,7 +69,7 @@ export const handleSubmit = async (infoRef: any, imgInfoRef: any, dataStore: any
video_url,
video_img,
skus: skusCloneStr,
detail: dataStore.details,
detail: dataStore.detail,
related: JSON.stringify(relatedData) || []
};