mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-14 09:25:55 +08:00
fix(custom): eCX-6707:组合购-店铺传参
This commit is contained in:
@@ -378,7 +378,7 @@ function EspierDetail(props) {
|
|||||||
const { list } = await api.item.packageList({
|
const { list } = await api.item.packageList({
|
||||||
item_id: id,
|
item_id: id,
|
||||||
showError: false,
|
showError: false,
|
||||||
distributor_id: dtid
|
distributor_id: getDistributorId()
|
||||||
})
|
})
|
||||||
setState((draft) => {
|
setState((draft) => {
|
||||||
draft.promotionPackage = list
|
draft.promotionPackage = list
|
||||||
|
|||||||
Reference in New Issue
Block a user