营销:适配商城装修组件【商品栏】

(cherry picked from commit 3198688eb5)
This commit is contained in:
owen
2023-11-19 18:27:25 +08:00
committed by shizhong
parent 7f50592069
commit a616b019b8
5 changed files with 292 additions and 2 deletions

View File

@ -59,7 +59,6 @@ watch(
productSpus.value.length === 0 ||
productSpus.value.some((spu) => !props.modelValue.includes(spu.id))
) {
debugger
productSpus.value = await ProductSpuApi.getSpuDetailList(props.modelValue)
}
},