From bf35a1b35b1637e0bedb24892decaa2dc57ca3bf Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Wed, 24 Dec 2025 16:13:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=95=86=E5=93=81=E5=85=B3?= =?UTF-8?q?=E8=81=94=E5=95=86=E5=93=81=E9=9D=99=E6=80=81=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/selecProductDialog.vue | 1 + src/views/product/indexconfig/addgoods.vue | 143 +++++++++++++++++- src/views/tool/Instead/components/order.vue | 136 +++++++++++++++-- 3 files changed, 265 insertions(+), 15 deletions(-) diff --git a/src/views/marketing_center/group_booking/components/selecProductDialog.vue b/src/views/marketing_center/group_booking/components/selecProductDialog.vue index d82c6cd..ac34172 100644 --- a/src/views/marketing_center/group_booking/components/selecProductDialog.vue +++ b/src/views/marketing_center/group_booking/components/selecProductDialog.vue @@ -34,6 +34,7 @@ function returnPrice(skuList) { const emits = defineEmits(['success']) function selectItem(item) { emits('success', { + id: item.id, coverImg: item.coverImg, name: item.name, price: returnPrice(item.skuList) diff --git a/src/views/product/indexconfig/addgoods.vue b/src/views/product/indexconfig/addgoods.vue index d89ed47..fc95190 100644 --- a/src/views/product/indexconfig/addgoods.vue +++ b/src/views/product/indexconfig/addgoods.vue @@ -222,7 +222,6 @@ - 单份商品打包费。注:店铺开启外卖模式下该数据才生效 + + + + + 添加商品 + 设置商品后,用户可以在商品详情页中看到推荐商品可拖动调整顺序,最多设置{{ goodsListMax }}个商品 + + + + + + + + + ☰ + + + + + + + + + + + 删除 + + + + + + + 确定 取消 @@ -256,11 +290,13 @@ + +