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-05-28 22:59:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
241e720b4ef6846afed85575780ca1339c7059fa
241e720b
1 parent
e7d83f00
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/VideoCard/index.vue
src/components/VideoCard/index.vue
View file @
241e720
...
...
@@ -57,7 +57,7 @@ const props = defineProps({
/**
* 两个请求顺序执行,处理直接写在请求函数里面似乎有点问题,get请求数据似乎无法顺利渲染显示
*/
//
FIXME
:防抖处理
//
TAG
:防抖处理
const handleAction = useDebounce(async (action_type, prod_id) => {
const { msg } = await prodActionAPI({ action_type, prod_id });
if (msg === `${action_type}-add-OK`) { // 动作操作成功
...
...
Please
register
or
login
to post a comment