提交 ad20e54c authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 0aef6504
......@@ -224,8 +224,9 @@ export default {
updateChapterVideoProgress(time, durations) {
// 登录用户信息
const user = this.$store.state.user
const info = user.role === 2 ? user.staff_info : user.student_info
const params = {
sid: user.student_info.id,
sid: info.id,
uid: user.id,
d: this.deviceId,
i: this.deviceId,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论