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-20 19:04:29 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5c25d959741e6dd15a70dcf91dcaabfc16b32eda
5c25d959
1 parent
d194a2cb
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
src/components/LocalismBox/index.vue
src/components/LocalismBox/index.vue
View file @
5c25d95
<!--
* @Date: 2022-06-20 11:35:50
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-20 1
8:13:2
8
* @LastEditTime: 2022-06-20 1
9:04:1
8
* @FilePath: /tswj/src/components/LocalismBox/index.vue
* @Description: 调整作品方言弹框组件
-->
...
...
@@ -73,15 +73,13 @@ const getLocalismList = async () => {
}
});
scrollToDom(props.localism);
show.value = true;
}
let show = ref(false);
watch(() => props.showLocalism, (v) => {
show.value = v;
if (v) {
getLocalismList()
} else {
show.value = false;
}
})
...
...
Please
register
or
login
to post a comment