review:【antd】【mall】商品选择相关逻辑

This commit is contained in:
YunaiV
2025-11-29 10:30:48 +08:00
parent 6a8f60957d
commit d868e4abfc
6 changed files with 7 additions and 2 deletions

View File

@@ -86,6 +86,7 @@ const [Modal, modalApi] = useVbenModal({
</script>
<template>
<!-- TODO @puhui999这里缺少商品的选择 -->
<Modal class="w-2/5" :title="getTitle">
<Form class="mx-4" />
</Modal>