提交 eeff2a00 作者: 施汉文

🐞 fix: 修复教学视频问题

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