This commit is contained in:
李志鹏
2025-10-30 16:46:21 +08:00
parent f9c0f0ee6b
commit c88a1b18f4

View File

@@ -30,7 +30,7 @@
const onLoad = () => {
loading.value = true
const http = visitRecordId.value ? getTryOnEffectFavoriteList : getTryOnEffectStyleList
const id = visitRecordId.value || generateStore.visitRecordId
const id = visitRecordId.value || generateStore.styleId
http(id)
.then((data) => {
data?.forEach((v) => {