修复h5一进来是未解锁剧集时选集等信息不出现问题

This commit is contained in:
2025-01-13 14:33:04 +08:00
parent 8728844446
commit adf4fcfcfc
3 changed files with 37 additions and 12 deletions

View File

@@ -48,7 +48,11 @@
index,
item
}) {
state.list[index] = item
if(item){
state.list[index] = item
}else{
init()
}
}
onLoad((opt) => {
Object.assign(options, opt)