review:【mall】营销相关

This commit is contained in:
YunaiV
2025-12-29 08:17:35 +08:00
parent 029b2ffaab
commit 06f1ae1a66
12 changed files with 29 additions and 17 deletions

View File

@@ -43,6 +43,7 @@ const [Modal, modalApi] = useVbenModal({
if (isOpen) {
// 打开时,进行 loading 加载。后续 CropperImage 组件加载完毕,会自动关闭 loading通过 handleReady
modalLoading(true);
// TODO @puhui999这里比 ele 多了,是符合预期的哇?
const img = new Image();
img.src = src.value;
img.addEventListener('load', () => {