fix(公众端): 保存成功页进入时清空创作缓存后再加载作品

Made-with: Cursor
This commit is contained in:
zhonghua 2026-04-10 17:15:02 +08:00
parent 56c49234bd
commit 0906bc9cee

View File

@ -118,7 +118,11 @@ function goWorks() {
} }
} }
onMounted(loadWork) onMounted(async () => {
// workId
store.reset()
await loadWork()
})
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>