fix
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
const onLoad = () => {
|
const onLoad = () => {
|
||||||
loading.value = true
|
loading.value = true
|
||||||
const http = visitRecordId.value ? getTryOnEffectFavoriteList : getTryOnEffectStyleList
|
const http = visitRecordId.value ? getTryOnEffectFavoriteList : getTryOnEffectStyleList
|
||||||
const id = visitRecordId.value || generateStore.visitRecordId
|
const id = visitRecordId.value || generateStore.styleId
|
||||||
http(id)
|
http(id)
|
||||||
.then((data) => {
|
.then((data) => {
|
||||||
data?.forEach((v) => {
|
data?.forEach((v) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user