Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-06-08 11:54:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9a2501105eb653f357a42b46940b849882c01c0d
9a250110
1 parent
fdf02cf5
✨ feat: 暂时屏蔽keepAlive
如果用户详情页留言后,退回列表页不刷新评论不显示
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/views/client/personIndex.vue
src/views/me/callMe.vue
src/views/client/personIndex.vue
View file @
9a25011
...
...
@@ -48,7 +48,7 @@
<template v-for="item in userInfo.prod" :key="item">
<video-card :item="item" />
</template>
<div style="height:
5
rem;" />
<div style="height:
8
rem;" />
</div>
<div class="donate-bar">
<div class="text">
...
...
src/views/me/callMe.vue
View file @
9a25011
...
...
@@ -202,7 +202,7 @@ const onClick = (item) => {
/****************** keepAlive 模块 *******************/
// TAG: keepAlive 缓存页面
addPages();
//
addPages();
onActivated(() => { // keepAlive 重置后执行回调
});
...
...
Please
register
or
login
to post a comment