提交 eeff2a00 作者: 施汉文

🐞 fix: 修复教学视频问题

上级 321919d1
...@@ -62,6 +62,7 @@ import { ...@@ -62,6 +62,7 @@ import {
} from "@/api/game"; } from "@/api/game";
import { mapMutations, mapState } from "vuex"; import { mapMutations, mapState } from "vuex";
import { sendChatMessage } from "@/utils/index"; import { sendChatMessage } from "@/utils/index";
import { debounce } from "@/utils";
export default { export default {
name: "InstructionalVideo", name: "InstructionalVideo",
...@@ -71,7 +72,7 @@ export default { ...@@ -71,7 +72,7 @@ export default {
categoryValue: {}, categoryValue: {},
categoryList: [], categoryList: [],
videoList: [], videoList: [],
debouncedGetVideoList: null, debouncedGetVideoList: () => {},
loading: false, loading: false,
}; };
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论