hookehuyr

✨ feat: 暂时屏蔽keepAlive

如果用户详情页留言后,退回列表页不刷新评论不显示
......@@ -48,7 +48,7 @@
<template v-for="item in userInfo.prod" :key="item">
<video-card :item="item" />
</template>
<div style="height: 5rem;" />
<div style="height: 8rem;" />
</div>
<div class="donate-bar">
<div class="text">
......
......@@ -202,7 +202,7 @@ const onClick = (item) => {
/****************** keepAlive 模块 *******************/
// TAG: keepAlive 缓存页面
addPages();
// addPages();
onActivated(() => { // keepAlive 重置后执行回调
});
......