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 @@ + +