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