fix
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user